]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
qmp-events: move 'POWERDOWN' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 23 Jun 2016 14:17:22 +0000 (16:17 +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 ab0f58ea9bcde1615ef409e359fe7a4254325405..44840cea6f860a4db64df33ebbf44e73575cc87e 100644 (file)
@@ -114,19 +114,6 @@ Data:
   "timestamp": { "seconds": 1368697518, "microseconds": 326866 } }
 }
 
-POWERDOWN
----------
-
-Emitted when the Virtual Machine is powered down through the power
-control system, such as via ACPI.
-
-Data: None.
-
-Example:
-
-{ "event": "POWERDOWN",
-    "timestamp": { "seconds": 1267040730, "microseconds": 682951 } }
-
 QUORUM_FAILURE
 --------------
 
index 6e8fd1a122544b950dedda6e5d7712034a502311..ea3e4ee9e8e8d90694826972c06e96104b059c65 100644 (file)
 # system, such as via ACPI.
 #
 # Since: 0.12.0
+#
+# Example:
+#
+# <- { "event": "POWERDOWN",
+#      "timestamp": { "seconds": 1267040730, "microseconds": 682951 } }
+#
 ##
 { 'event': 'POWERDOWN' }