projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72a56a1
)
vhost-scsi: drop an unused include
author
Michael S. Tsirkin
<mst@redhat.com>
Thu, 3 May 2018 19:50:37 +0000
(22:50 +0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Fri, 1 Jun 2018 16:20:37 +0000
(19:20 +0300)
No reason for vhost-scsi to pull in migration headers directly.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/scsi/vhost-scsi-common.c
patch
|
blob
|
history
diff --git
a/hw/scsi/vhost-scsi-common.c
b/hw/scsi/vhost-scsi-common.c
index 77e98972447f6d608888c35a232b2caa20ebcc9c..e2a5828af1378489cbf1ae77712f9f6220954fd8 100644
(file)
--- a/
hw/scsi/vhost-scsi-common.c
+++ b/
hw/scsi/vhost-scsi-common.c
@@
-17,7
+17,6
@@
#include "qemu/osdep.h"
#include "qemu/error-report.h"
-#include "migration/migration.h"
#include "hw/virtio/vhost.h"
#include "hw/virtio/vhost-scsi-common.h"
#include "hw/virtio/virtio-scsi.h"