Re: [Qemu-devel] [PATCH] QMP: Introduce RESUME event

2010-05-03 Thread Anthony Liguori
On 04/27/2010 06:35 PM, Luiz Capitulino wrote: It's emitted when the Virtual Machine resumes execution. We currently have the STOP event but don't have the matching RESUME one, this means that clients are notified when the VM is stopped but don't get anything when it resumes. Let's fix that as

[Qemu-devel] [PATCH] QMP: Introduce RESUME event

2010-04-27 Thread Luiz Capitulino
It's emitted when the Virtual Machine resumes execution. We currently have the STOP event but don't have the matching RESUME one, this means that clients are notified when the VM is stopped but don't get anything when it resumes. Let's fix that as it's already causing some trouble to libvirt. Si