Commit 67e3cf26 authored by Luiz Capitulino's avatar Luiz Capitulino
Browse files

qmp: qmp-events.txt: add missing doc for the SUSPEND event

parent cb8900fe
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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
-------------