summaryrefslogtreecommitdiff
path: root/hw/scsi/vhost-scsi.c
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2017-04-06 12:00:28 +0200
committerJuan Quintela <quintela@redhat.com>2017-05-17 12:04:59 +0200
commit795c40b8bdbe3fd04bb976416e1bdcf5e3fe997e (patch)
treeeabf1a5886cfaaf71d07ca8b0682e803d5407e9d /hw/scsi/vhost-scsi.c
parentbb890ed5517ccf9d37793dd7d6dfca1b7b751b3a (diff)
downloadqemu-795c40b8bdbe3fd04bb976416e1bdcf5e3fe997e.tar.gz
migration: Create migration/blocker.h
This allows us to remove lots of includes of migration/migration.h Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'hw/scsi/vhost-scsi.c')
-rw-r--r--hw/scsi/vhost-scsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/scsi/vhost-scsi.c b/hw/scsi/vhost-scsi.c
index 8f53ac3795..cd4ab05233 100644
--- a/hw/scsi/vhost-scsi.c
+++ b/hw/scsi/vhost-scsi.c
@@ -21,7 +21,7 @@
#include "qemu/error-report.h"
#include "qemu/queue.h"
#include "monitor/monitor.h"
-#include "migration/migration.h"
+#include "migration/blocker.h"
#include "hw/virtio/vhost-scsi.h"
#include "hw/virtio/vhost.h"
#include "hw/virtio/virtio-scsi.h"