aboutsummaryrefslogtreecommitdiff
path: root/docs/qmp-events.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/qmp-events.txt')
-rw-r--r--docs/qmp-events.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/qmp-events.txt b/docs/qmp-events.txt
index 66a287e..d84be5f 100644
--- a/docs/qmp-events.txt
+++ b/docs/qmp-events.txt
@@ -1,24 +1,6 @@
QEMU Machine Protocol Events
============================
-DUMP_COMPLETED
---------------
-
-Emitted when the guest has finished one memory dump.
-
-Data:
-
-- "result": DumpQueryResult type described in qapi-schema.json
-- "error": Error message when dump failed. This is only a
- human-readable string provided when dump failed. It should not be
- parsed in any way (json-string, optional)
-
-Example:
-
-{ "event": "DUMP_COMPLETED",
- "data": {"result": {"total": 1090650112, "status": "completed",
- "completed": 1090650112} } }
-
MIGRATION_PASS
--------------