Skip to content

Commit

Permalink
migration: Remove vmstate.h from migration.h
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Quintela <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>

---

Minor rearrangements due to rebase
  • Loading branch information
Juan Quintela committed May 18, 2017
1 parent 82b9d0f commit 987772d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/migration/migration.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "qemu-common.h"
#include "qemu/thread.h"
#include "qemu/notify.h"
#include "migration/vmstate.h"
#include "io/channel.h"
#include "qapi-types.h"
#include "exec/cpu-common.h"
Expand Down
1 change: 1 addition & 0 deletions migration/block.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "migration/migration.h"
#include "sysemu/blockdev.h"
#include "migration/qemu-file.h"
#include "migration/vmstate.h"
#include "sysemu/block-backend.h"

#define BLOCK_SIZE (1 << 20)
Expand Down
1 change: 1 addition & 0 deletions migration/colo-comm.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "qemu/osdep.h"
#include "migration/migration.h"
#include "migration/colo.h"
#include "migration/vmstate.h"
#include "trace.h"

typedef struct {
Expand Down
1 change: 1 addition & 0 deletions migration/migration.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "migration/migration.h"
#include "qemu-file-channel.h"
#include "migration/qemu-file.h"
#include "migration/vmstate.h"
#include "sysemu/sysemu.h"
#include "block/block.h"
#include "qapi/qmp/qerror.h"
Expand Down
1 change: 1 addition & 0 deletions migration/ram.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include "xbzrle.h"
#include "migration/migration.h"
#include "migration/qemu-file.h"
#include "migration/vmstate.h"
#include "postcopy-ram.h"
#include "exec/address-spaces.h"
#include "migration/page_cache.h"
Expand Down

0 comments on commit 987772d

Please sign in to comment.