summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJuan Quintela2017-04-06 12:00:28 +0200
committerJuan Quintela2017-05-17 12:04:59 +0200
commit795c40b8bdbe3fd04bb976416e1bdcf5e3fe997e (patch)
treeeabf1a5886cfaaf71d07ca8b0682e803d5407e9d /target
parentram: Rename RAM_SAVE_FLAG_COMPRESS to RAM_SAVE_FLAG_ZERO (diff)
downloadqemu-795c40b8bdbe3fd04bb976416e1bdcf5e3fe997e.tar.gz
qemu-795c40b8bdbe3fd04bb976416e1bdcf5e3fe997e.tar.xz
qemu-795c40b8bdbe3fd04bb976416e1bdcf5e3fe997e.zip
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 'target')
-rw-r--r--target/i386/kvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/kvm.c b/target/i386/kvm.c
index 55865dbee0..011d4a55b1 100644
--- a/target/i386/kvm.c
+++ b/target/i386/kvm.c
@@ -43,7 +43,7 @@
#include "standard-headers/asm-x86/hyperv.h"
#include "hw/pci/pci.h"
#include "hw/pci/msi.h"
-#include "migration/migration.h"
+#include "migration/blocker.h"
#include "exec/memattrs.h"
#include "trace.h"