]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
qmp-events: move 'SHUTDOWN' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 23 Jun 2016 14:11:21 +0000 (16:11 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jan 2017 08:19:48 +0000 (09:19 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/qmp-events.txt
qapi/event.json

index 7cae0aa899ce99df970bd953c2517376c9c12f5f..ab0f58ea9bcde1615ef409e359fe7a4254325405 100644 (file)
@@ -221,22 +221,6 @@ Example:
 
 Note: this event is rate-limited.
 
-SHUTDOWN
---------
-
-Emitted when the Virtual Machine has shut down, indicating that qemu
-is about to exit.
-
-Data: None.
-
-Example:
-
-{ "event": "SHUTDOWN",
-    "timestamp": { "seconds": 1267040730, "microseconds": 682951 } }
-
-Note: If the command-line option "-no-shutdown" has been specified, a STOP
-event will eventually follow the SHUTDOWN event.
-
 SPICE_CONNECTED
 ---------------
 
index 0cd4b79ad8d7943ab774d479cf56c78c83b6d420..6e8fd1a122544b950dedda6e5d7712034a502311 100644 (file)
 # not exit, and a STOP event will eventually follow the SHUTDOWN event
 #
 # Since: 0.12.0
+#
+# Example:
+#
+# <- { "event": "SHUTDOWN",
+#      "timestamp": { "seconds": 1267040730, "microseconds": 682951 } }
+#
 ##
 { 'event': 'SHUTDOWN' }