summaryrefslogtreecommitdiffstats
path: root/include/qemu/typedefs.h
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dgilbert@redhat.com>2015-05-21 13:24:14 +0100
committerJuan Quintela <quintela@redhat.com>2015-06-12 06:54:01 +0200
commitbca7856ae8220d9f15ff0f44b97397529e26a552 (patch)
treeb47b291987abc9a4ce1ce3892ecad2226de79a63 /include/qemu/typedefs.h
parente3807054e20fb3b94d18cb751c437ee2f43b6fac (diff)
downloadhqemu-bca7856ae8220d9f15ff0f44b97397529e26a552.zip
hqemu-bca7856ae8220d9f15ff0f44b97397529e26a552.tar.gz
Create MigrationIncomingState
There are currently lots of pieces of incoming migration state scattered around, and postcopy is adding more, and it seems better to try and keep it together. allocate MIS in process_incoming_migration_co Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Amit Shah <amit.shah@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'include/qemu/typedefs.h')
-rw-r--r--include/qemu/typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index cde3314..74dfad3 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -38,6 +38,7 @@ typedef struct MemoryListener MemoryListener;
typedef struct MemoryMappingList MemoryMappingList;
typedef struct MemoryRegion MemoryRegion;
typedef struct MemoryRegionSection MemoryRegionSection;
+typedef struct MigrationIncomingState MigrationIncomingState;
typedef struct MigrationParams MigrationParams;
typedef struct Monitor Monitor;
typedef struct MouseTransformInfo MouseTransformInfo;
OpenPOWER on IntegriCloud