aboutsummaryrefslogtreecommitdiff
path: root/qapi/event.json
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 16:18:36 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:48 +0100
commit138c454c0f2cdb5145cdd4762d5f6e8b8093da0e (patch)
tree7e22c88d12817dbb9ad9740bc87016d2ec2f6580 /qapi/event.json
parent7a2aae7a364db27924702bd4b284398bdd01240a (diff)
qmp-events: move 'STOP' 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 da9898dce2..eb41d808c1 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -60,6 +60,12 @@
# Emitted when the virtual machine is stopped
#
# Since: 0.12.0
+#
+# Example:
+#
+# <- { "event": "STOP",
+# "timestamp": { "seconds": 1267041730, "microseconds": 281295 } }
+#
##
{ 'event': 'STOP' }