Re: [libvirt] [PATCH]: Implement Qemu/KVM live migration

2008-11-14 Thread Daniel Veillard
On Wed, Nov 12, 2008 at 09:29:12AM +0100, Daniel Veillard wrote: On Tue, Nov 11, 2008 at 10:11:40PM +, Daniel P. Berrange wrote: Now that the QEMU bug is fixed, I'm inclined to say we should commit this migration support - minus the sleep(5) of course. It is well overdue to have

Re: [libvirt] [PATCH]: Implement Qemu/KVM live migration

2008-11-12 Thread Daniel Veillard
On Tue, Nov 11, 2008 at 10:11:40PM +, Daniel P. Berrange wrote: On Thu, Nov 06, 2008 at 03:10:29PM +0100, Chris Lalancette wrote: All, Attached is a patch to implement Qemu/KVM live migration in libvirt. Now that upstream Qemu has settled on an interface that is friendly to

Re: [libvirt] [PATCH]: Implement Qemu/KVM live migration

2008-11-11 Thread Daniel P. Berrange
On Thu, Nov 06, 2008 at 03:10:29PM +0100, Chris Lalancette wrote: All, Attached is a patch to implement Qemu/KVM live migration in libvirt. Now that upstream Qemu has settled on an interface that is friendly to libvirt (i.e. one that doesn't block the monitor on -incoming), we can

[libvirt] [PATCH]: Implement Qemu/KVM live migration

2008-11-06 Thread Chris Lalancette
All, Attached is a patch to implement Qemu/KVM live migration in libvirt. Now that upstream Qemu has settled on an interface that is friendly to libvirt (i.e. one that doesn't block the monitor on -incoming), we can implement it here. Note that the bulk of this patch was written by Rich

Re: [libvirt] [PATCH]: Implement Qemu/KVM live migration

2008-11-06 Thread Chris Lalancette
Chris Lalancette wrote: Note that there is a FIXME in the code. When testing this out with kvm-78, I found that if I let the source side kill the source VM immediately after the migrate monitor command completed, the migration to the destination would never complete. This seems to be