| Submitter | Luiz Capitulino |
|---|---|
| Date | Aug. 13, 2012, 7:49 p.m. |
| Message ID | <1344887349-13041-41-git-send-email-lcapitulino@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/177132/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt index 2389370..df190ac 100644 --- a/QMP/qmp-events.txt +++ b/QMP/qmp-events.txt @@ -240,6 +240,18 @@ Example: { "event": "STOP", "timestamp": { "seconds": 1267041730, "microseconds": 281295 } } +SUSPEND +------- + +Emitted when guest enters S3 state. + +Data: None. + +Example: + +{ "event": "SUSPEND", + "timestamp": { "seconds": 1344456160, "microseconds": 309119 } } + VNC_CONNECTED -------------