aboutsummaryrefslogtreecommitdiff
path: root/hw/xen
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2017-04-24 19:02:44 +0200
committerJuan Quintela <quintela@redhat.com>2017-06-13 11:00:45 +0200
commitc4b63b7cc5e566448498d0daa7059a27a9d3bf00 (patch)
tree20272b02e00279cd39a3d64856fbdfc9eaa31c84 /hw/xen
parent84a899de8c5b7daa3777cb9ccaa7c5f362bb01b9 (diff)
migration: Move remaining exported functions to migration/misc.h
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Xu <peterx@redhat.com>
Diffstat (limited to 'hw/xen')
-rw-r--r--hw/xen/xen-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xen/xen-common.c b/hw/xen/xen-common.c
index 8c2de255ff..d3fa705a82 100644
--- a/hw/xen/xen-common.c
+++ b/hw/xen/xen-common.c
@@ -13,7 +13,7 @@
#include "qmp-commands.h"
#include "chardev/char.h"
#include "sysemu/accel.h"
-#include "migration/migration.h"
+#include "migration/misc.h"
#include "migration/global_state.h"
//#define DEBUG_XEN