Re: [libvirt] [openstack-dev] [nova] live-snapshot/cloning of virtual machines

2013-08-16 Thread Andres Lagar-Cavilla
> On Fri, Aug 16, 2013 at 11:05:19AM +0100, Daniel P. Berrange wrote: >> On Wed, Aug 14, 2013 at 04:53:01PM -0700, Vishvananda Ishaya wrote: >>> Hi Everyone, >>> >>> I have been trying for some time to get the code for the live-snapshot >>> blueprint[1] >>> in. Going through the review process fo

Re: [libvirt] [PATCH] Add RESUME event listener to qemu monitor.

2013-01-16 Thread Andres Lagar-Cavilla
On Jan 15, 2013, at 5:13 PM, Eric Blake wrote: > On 01/07/2013 02:25 PM, Andres Lagar-Cavilla wrote: >> Perform all the appropriate plumbing. >> >> When qemu/KVM VMs are paused manually through a monitor not-owned by libvirt, >> libvirt will think of them as &q

Re: [libvirt] [PATCH] Add RESUME event listener to qemu monitor.

2013-01-09 Thread Andres Lagar-Cavilla
On Jan 9, 2013, at 4:26 AM, Michal Privoznik wrote: > On 08.01.2013 21:08, Andres Lagar-Cavilla wrote: >> On Jan 8, 2013, at 1:30 PM, "Daniel P. Berrange" wrote: > > > >>> >>> ACK to your patch anyway. >> >> Cool, thanks. >&

Re: [libvirt] [PATCH] Add RESUME event listener to qemu monitor.

2013-01-08 Thread Andres Lagar-Cavilla
On Jan 8, 2013, at 1:30 PM, "Daniel P. Berrange" wrote: > On Tue, Jan 08, 2013 at 01:28:10PM -0500, Andres Lagar-Cavilla wrote: >> On Jan 7, 2013, at 5:44 PM, "Daniel P. Berrange" wrote: >> >>> On Mon, Jan 07, 2013 at 04:25:01PM -0500, Andr

Re: [libvirt] [PATCH] Add RESUME event listener to qemu monitor.

2013-01-08 Thread Andres Lagar-Cavilla
On Jan 7, 2013, at 5:44 PM, "Daniel P. Berrange" wrote: > On Mon, Jan 07, 2013 at 04:25:01PM -0500, Andres Lagar-Cavilla wrote: >> Perform all the appropriate plumbing. >> >> When qemu/KVM VMs are paused manually through a monitor not-owned by libvirt, >>

[libvirt] [PATCH] Add RESUME event listener to qemu monitor.

2013-01-07 Thread Andres Lagar-Cavilla
1. Signed-off-by: Andres Lagar-Cavilla --- src/qemu/qemu_monitor.c | 10 src/qemu/qemu_monitor.h |3 +++ src/qemu/qemu_monitor_json.c |7 ++ src/qemu/qemu_process.c | 56 ++ 4 files changed, 76 insertions(+) diff -