Skip to content

Commit

Permalink
qmp: qmp-events.txt: add missing doc for the SUSPEND event
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
Luiz Capitulino committed Aug 13, 2012
1 parent cb8900f commit 67e3cf2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions QMP/qmp-events.txt
Expand Up @@ -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
-------------

Expand Down

0 comments on commit 67e3cf2

Please sign in to comment.