Re: [libvirt] [PATCH] Fix QEMU p2p v2 migration when run from a v3 client

2011-06-05 Thread Daniel Veillard
On Mon, Jun 06, 2011 at 08:19:00AM +0800, Daniel Veillard wrote: > On Sat, Jun 04, 2011 at 07:04:19AM -0400, Daniel P. Berrange wrote: > > 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.

Re: [libvirt] [PATCH] Fix QEMU p2p v2 migration when run from a v3 client

2011-06-05 Thread Daniel Veillard
On Sat, Jun 04, 2011 at 07:04:19AM -0400, Daniel P. Berrange wrote: > 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

[libvirt] [PATCH] Fix QEMU p2p v2 migration when run from a v3 client

2011-06-04 Thread Daniel P. Berrange
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 | 17 +++-- 1 fil