]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Run 'cont' on successful migration finish.
authorChris Lalancette <clalance@redhat.com>
Wed, 5 Aug 2009 11:42:07 +0000 (13:42 +0200)
committerChris Lalancette <clalance@redhat.com>
Tue, 11 Aug 2009 11:29:10 +0000 (13:29 +0200)
commitd1ec4d7a5a4f50c9492137eaab4f021caa075f95
treeb89d7a3aa605f9eec69b2add4a6618b7e9476d64
parent3c7a12b41634340c8c17490cf2d2fe3014b86d79
Run 'cont' on successful migration finish.

As of qemu 0.10.6, qemu now honors the -S flag on incoming migration.
That means that when the migration completes, we have to issue a
'cont' command to get the VM running again.  We do it unconditionally
since it won't hurt on older qemu.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/qemu_driver.c