[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 4/4] qmp: qmp-events.txt: add missing doc for the SU
From: |
Luiz Capitulino |
Subject: |
[Qemu-devel] [PATCH 4/4] qmp: qmp-events.txt: add missing doc for the SUSPEND event |
Date: |
Thu, 9 Aug 2012 14:28:20 -0300 |
Signed-off-by: Luiz Capitulino <address@hidden>
---
QMP/qmp-events.txt | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt
index e37a04e..2001a71 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
-------------
--
1.7.11.2.249.g31c7954.dirty