]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qmp-events: move 'GUEST_PANICKED' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 23 Jun 2016 14:35:19 +0000 (16:35 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jan 2017 08:19:49 +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 9f6415d218043b4a1fd5d14d81a565a94bec59be..f8e777ce89096982495776d0f4f3bd9729dac267 100644 (file)
@@ -19,20 +19,6 @@ Example:
   "data": {"result": {"total": 1090650112, "status": "completed",
                       "completed": 1090650112} } }
 
-GUEST_PANICKED
---------------
-
-Emitted when guest OS panic is detected.
-
-Data:
-
-- "action": Action that has been taken (json-string, currently always "pause").
-
-Example:
-
-{ "event": "GUEST_PANICKED",
-     "data": { "action": "pause" } }
-
 MEM_UNPLUG_ERROR
 --------------------
 Emitted when memory hot unplug error occurs.
index c50147bbb5cf4cf7da090f32ef1fa84a0820b81d..c131a4ff20bc066e4c6e589e84aba5034534203c 100644 (file)
 # @action: action that has been taken, currently always "pause"
 #
 # Since: 1.5
+#
+# Example:
+#
+# <- { "event": "GUEST_PANICKED",
+#      "data": { "action": "pause" } }
+#
 ##
 { 'event': 'GUEST_PANICKED',
   'data': { 'action': 'GuestPanicAction' } }