From d399f67704ddc29704e397b3e4f866a7c1052a3d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 27 Jul 2009 23:17:51 +0200 Subject: 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 Cc: Anthony Liguori Signed-off-by: Anthony Liguori --- sysemu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysemu.h') diff --git a/sysemu.h b/sysemu.h index 96928dc..6af88d8 100644 --- a/sysemu.h +++ b/sysemu.h @@ -104,6 +104,7 @@ typedef enum DisplayType DT_NOGRAPHIC, } DisplayType; +extern int autostart; extern int bios_size; extern int cirrus_vga_enabled; extern int std_vga_enabled; -- cgit v1.1