commit | 6ed2c484f261fd8bd217f855b9e5e5f981e63f0a | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Tue Apr 27 20:35:59 2010 -0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon May 03 12:39:12 2010 -0500 |
tree | e95efe58f55934530619e1ff4a7941d54fa3981a | |
parent | 3d54abc7b7f234685ea48bdd1743ed631cf02ba0 [diff] |
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>