]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/event.json
qmp-events: move 'DUMP_COMPLETED' doc to schema
[mirror_qemu.git] / qapi / event.json
index f8c7dd6bb59b3943d97be249f57742e6da5ba3fb..9d1c2f9fe4e5896a058e2f988444c8cd0917ac45 100644 (file)
 #         user should not try to interpret the error string.
 #
 # Since: 2.6
+#
+# Example:
+#
+# { "event": "DUMP_COMPLETED",
+#   "data": {"result": {"total": 1090650112, "status": "completed",
+#                       "completed": 1090650112} } }
+#
 ##
 { 'event': 'DUMP_COMPLETED' ,
   'data': { 'result': 'DumpQueryResult', '*error': 'str' } }