diff options
| author | Juan Quintela | 2017-04-06 12:00:28 +0200 |
|---|---|---|
| committer | Juan Quintela | 2017-05-17 12:04:59 +0200 |
| commit | 795c40b8bdbe3fd04bb976416e1bdcf5e3fe997e (patch) | |
| tree | eabf1a5886cfaaf71d07ca8b0682e803d5407e9d /block/vvfat.c | |
| parent | ram: Rename RAM_SAVE_FLAG_COMPRESS to RAM_SAVE_FLAG_ZERO (diff) | |
| download | qemu-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 'block/vvfat.c')
| -rw-r--r-- | block/vvfat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/vvfat.c b/block/vvfat.c index 9c82371360..426ca70e35 100644 --- a/block/vvfat.c +++ b/block/vvfat.c @@ -28,7 +28,7 @@ #include "block/block_int.h" #include "qemu/module.h" #include "qemu/bswap.h" -#include "migration/migration.h" +#include "migration/blocker.h" #include "qapi/qmp/qint.h" #include "qapi/qmp/qbool.h" #include "qapi/qmp/qstring.h" |
