From: Luiz Capitulino Date: Thu, 9 Aug 2012 15:02:21 +0000 (-0300) Subject: qmp: qmp-events.txt: add missing doc for the SUSPEND event X-Git-Tag: v1.2.0-rc0~28^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67e3cf2664b3fc858a895d1e0e4b8d81c3400823;p=thirdparty%2Fqemu.git qmp: qmp-events.txt: add missing doc for the SUSPEND event Signed-off-by: Luiz Capitulino Reviewed-by: Eric Blake Acked-by: Gerd Hoffmann --- diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt index 2389370f1f8..df190ace7b3 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 -------------