Re: [libvirt] [PATCH 0/6] correctly migrate paused VMs (and a bunch of bugfixes)

2009-10-02 Thread Paolo Bonzini
I haven't reviewed the actual code yet, but I like the idea. Unfortunately this patch series is going to clash horribly with the tunnelled migration code that I'm going to commit today, so I'd suggest waiting until I commit, rebasing, and then reposting. Yes, that's fine. In the meanwhile I'

Re: [libvirt] [PATCH 0/6] correctly migrate paused VMs (and a bunch of bugfixes)

2009-10-02 Thread Chris Lalancette
Paolo Bonzini wrote: > Currently, the QEMU driver tries to migrate paused VMs, but the > effect is that the migrated virtual machine will always run on the > destination. > > Furthermore, the state is erroneously stored as paused, so that the > driver is left confused and it is not possible to re-

[libvirt] [PATCH 0/6] correctly migrate paused VMs (and a bunch of bugfixes)

2009-10-01 Thread Paolo Bonzini
Currently, the QEMU driver tries to migrate paused VMs, but the effect is that the migrated virtual machine will always run on the destination. Furthermore, the state is erroneously stored as paused, so that the driver is left confused and it is not possible to re-pause the VM without doing a (use