summaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2009-07-27 23:17:51 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-27 21:22:28 -0500
commit3e0d1ad50c00cf5e9d6b23225725d785f6937229 (patch)
treeccff57120a4eafb1c81d53b77061871fcfe6db03 /sysemu.h
parent96bc323100b6132e3b39b664d0687225486fbcbe (diff)
downloadqemu-3e0d1ad50c00cf5e9d6b23225725d785f6937229.tar.gz
fix migration to obey -S
Since migration returns right away, starting the VM right after calling qemu_start_incoming_migration is wrong even if -S is not passed. We have to do this after migration has completed. Cc: Glauber Costa <glommer@redhat.com> Cc: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysemu.h b/sysemu.h
index df19f02840..c94b8e3390 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -102,6 +102,7 @@ typedef enum DisplayType
DT_NOGRAPHIC,
} DisplayType;
+extern int autostart;
extern int bios_size;
extern int cirrus_vga_enabled;
extern int std_vga_enabled;