aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 16:45:03 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:50 +0100
commita102a4acad6c1bc94942efbec18cf7f20bdac40e (patch)
treecd804c954c1fc4ae9fd0c2b87f96252026c7da0c /qapi
parente602f0b4e7fc497c50a63732feeb9be7650cdaef (diff)
qmp-events: move 'DUMP_COMPLETED' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/event.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json
index f8c7dd6bb5..9d1c2f9fe4 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -617,6 +617,13 @@
# 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' } }