]> git.proxmox.com Git - mirror_qemu.git/blobdiff - docs/qmp-events.txt
qmp-events: move 'GUEST_PANICKED' doc to schema
[mirror_qemu.git] / docs / qmp-events.txt
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.