projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb8900f
)
qmp: qmp-events.txt: add missing doc for the SUSPEND event
author
Luiz Capitulino
<lcapitulino@redhat.com>
Thu, 9 Aug 2012 15:02:21 +0000
(12:02 -0300)
committer
Luiz Capitulino
<lcapitulino@redhat.com>
Mon, 13 Aug 2012 19:10:18 +0000
(16:10 -0300)
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
QMP/qmp-events.txt
patch
|
blob
|
history
diff --git
a/QMP/qmp-events.txt
b/QMP/qmp-events.txt
index 2389370f1f863bf16384946e5e3a9c8808223ff6..df190ace7b33de6d449f62c2552ff16dbf77b541 100644
(file)
--- 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
-------------