diff options
author | Juan Quintela <quintela@redhat.com> | 2017-04-17 18:59:13 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2017-05-18 19:20:59 +0200 |
commit | 82b9d0f06ab23c0c06b0a8c3adac4c39c38db67a (patch) | |
tree | 6c9213a0b1649c615f281f4f6c41ed02fe04dbb5 /tests/test-vmstate.c | |
parent | 576d1abc205fb1c135a7448df96bc9d47cb360dc (diff) |
migration: Remove qemu-file.h from vmstate.h
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
--
minor rearangements due to the rebase
Diffstat (limited to 'tests/test-vmstate.c')
-rw-r--r-- | tests/test-vmstate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-vmstate.c b/tests/test-vmstate.c index 1c135708f4..25389bcce4 100644 --- a/tests/test-vmstate.c +++ b/tests/test-vmstate.c @@ -27,6 +27,7 @@ #include "qemu-common.h" #include "migration/migration.h" #include "migration/vmstate.h" +#include "migration/qemu-file.h" #include "../migration/qemu-file-channel.h" #include "qemu/coroutine.h" #include "io/channel-file.h" |