summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/qmp-events.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/qmp-events.txt b/docs/qmp-events.txt
index 9f6415d218..f8e777ce89 100644
--- a/docs/qmp-events.txt
+++ b/docs/qmp-events.txt
@@ -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.