aboutsummaryrefslogtreecommitdiff
path: root/qapi/event.json
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 16:24:25 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:49 +0100
commitaa496f9812a7fb880f8782c8c3956183e759fbf0 (patch)
treecc71355137581d217cca60b03cf96e1a1482f59b /qapi/event.json
parent4de62c38a530af909171452d121a2eee9102bf65 (diff)
qmp-events: move 'WAKEUP' 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/event.json')
-rw-r--r--qapi/event.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json
index a3792cd2fa..3ac4eb148f 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -124,6 +124,12 @@
# Emitted when the guest has woken up from suspend state and is running
#
# Since: 1.1
+#
+# Example:
+#
+# <- { "event": "WAKEUP",
+# "timestamp": { "seconds": 1344522075, "microseconds": 745528 } }
+#
##
{ 'event': 'WAKEUP' }