]> git.proxmox.com Git - qemu.git/commit - monitor.h
QMP: Introduce RESUME event
authorLuiz Capitulino <lcapitulino@redhat.com>
Tue, 27 Apr 2010 23:35:59 +0000 (20:35 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 3 May 2010 17:39:12 +0000 (12:39 -0500)
commit6ed2c484f261fd8bd217f855b9e5e5f981e63f0a
treee95efe58f55934530619e1ff4a7941d54fa3981a
parent3d54abc7b7f234685ea48bdd1743ed631cf02ba0
QMP: Introduce RESUME event

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.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
QMP/qmp-events.txt
monitor.c
monitor.h
vl.c