summaryrefslogtreecommitdiffstats
path: root/include/qemu/typedefs.h
diff options
context:
space:
mode:
authorJuan Quintela2017-04-05 21:00:09 +0200
committerJuan Quintela2017-05-18 18:04:54 +0200
commita0762d9e34404d671bf9241bbd5b67c38953c63a (patch)
treefced6472164a5c79a165ba401cc21acfd0d742de /include/qemu/typedefs.h
parentmigration: Remove use of old MigrationParams (diff)
downloadqemu-a0762d9e34404d671bf9241bbd5b67c38953c63a.tar.gz
qemu-a0762d9e34404d671bf9241bbd5b67c38953c63a.tar.xz
qemu-a0762d9e34404d671bf9241bbd5b67c38953c63a.zip
migration: Remove old MigrationParams
Not used anymore after moving block migration to use capabilities. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: zhanghailiang <zhang.zhanghailiang@huawei.com> Reviewed-by: Peter Xu <peterx@redhat.com>
Diffstat (limited to 'include/qemu/typedefs.h')
-rw-r--r--include/qemu/typedefs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index 7d8505730c..33a6aa18e3 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -49,7 +49,6 @@ typedef struct MemoryRegion MemoryRegion;
typedef struct MemoryRegionCache MemoryRegionCache;
typedef struct MemoryRegionSection MemoryRegionSection;
typedef struct MigrationIncomingState MigrationIncomingState;
-typedef struct MigrationParams MigrationParams;
typedef struct MigrationState MigrationState;
typedef struct Monitor Monitor;
typedef struct MonitorDef MonitorDef;