]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix QEMU p2p v2 migration when run from a v3 client
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 6 Jun 2011 03:05:34 +0000 (11:05 +0800)
committerDaniel Veillard <veillard@redhat.com>
Mon, 6 Jun 2011 03:05:34 +0000 (11:05 +0800)
commit3e87a3901a066ca5d4bfd79743fbd2d4f8f9f02e
tree4460fce67fb9f35ec5d026ab6ce8059eb888b4f0
parentcc79a4c52e02409c20d6eef199f2281a4159244a
Fix QEMU p2p v2 migration when run from a v3 client

When peer-2-peer migration was invoked by a client supporting
v3, but where the target server only supported v2, we'd not
correctly shutdown the guest.

* src/qemu/qemu_migration.c: Ensure guest is shutdown in
  v2 peer 2 peer migration
src/qemu/qemu_migration.c