summaryrefslogtreecommitdiff
path: root/qemu-common.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-07-09 11:57:34 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2012-07-09 11:57:34 -0500
commit3f6e9a5fad982713440c636f5f7b786e1cc86ca2 (patch)
treeff7b9b9d8400e4fa6f708681d12991c40c8a7d40 /qemu-common.h
parent537cf409421efe68b0df645d8bbb627b2702dd1f (diff)
parent45f33f01f359d6028ec4b4018a2bf2ff53806e11 (diff)
downloadqemu-3f6e9a5fad982713440c636f5f7b786e1cc86ca2.tar.gz
Merge remote-tracking branch 'quintela/migration-anthony-v2' into staging
* quintela/migration-anthony-v2: Maintain the number of dirty pages dirty bitmap: abstract its use Exit loop if we have been there too long Only calculate expected_time for stage 2 Only TCG needs TLB handling No need to iterate if we already are over the limit Add tracepoints for savevm section start/end Add spent time for migration Add migration_end function Add debugging infrastructure Add save_block_hdr function Add MigrationParams structure Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_PAGE
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-common.h b/qemu-common.h
index 9d9e603c6e..c8c6b2ae35 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -17,6 +17,7 @@ typedef struct DeviceState DeviceState;
struct Monitor;
typedef struct Monitor Monitor;
+typedef struct MigrationParams MigrationParams;
/* we put basic includes here to avoid repeating them in device drivers */
#include <stdlib.h>