aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 16:22:38 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:49 +0100
commit6f3cc5406b4c3383d017cb3540160eb49e659abb (patch)
tree915a61a9b9c759b0f780f8d5f7d3a2dc90b3ca22 /qapi
parenta2235a0499c799552a4ea330350acc0d71217f9f (diff)
downloadqemu-6f3cc5406b4c3383d017cb3540160eb49e659abb.zip
qemu-6f3cc5406b4c3383d017cb3540160eb49e659abb.tar.gz
qemu-6f3cc5406b4c3383d017cb3540160eb49e659abb.tar.bz2
qmp-events: move 'SUSPEND' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/event.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json
index 215bb80..34e0467 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -91,6 +91,12 @@
# which is sometimes called standby state
#
# Since: 1.1
+#
+# Example:
+#
+# <- { "event": "SUSPEND",
+# "timestamp": { "seconds": 1344456160, "microseconds": 309119 } }
+#
##
{ 'event': 'SUSPEND' }