]> git.ipfire.org Git - thirdparty/qemu.git/commit
fix migration to obey -S
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Jul 2009 21:17:51 +0000 (23:17 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 28 Aug 2009 02:22:28 +0000 (21:22 -0500)
commit3e0d1ad50c00cf5e9d6b23225725d785f6937229
treeccff57120a4eafb1c81d53b77061871fcfe6db03
parent96bc323100b6132e3b39b664d0687225486fbcbe
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>
migration-exec.c
migration-tcp.c
sysemu.h
vl.c