summaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 16:33:23 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:49 +0100
commitbce911ce263e78d13fad5415881a5310ead6c73f (patch)
treec167f5aee7729f0a19941521ad01245181bd2989 /qapi
parente6bcb080f965d0a71acd859c8a35e0652b5c366e (diff)
downloadqemu-bce911ce263e78d13fad5415881a5310ead6c73f.tar.gz
qmp-events: move 'MIGRATION' 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 5484324664..ebf45cf7ed 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -410,6 +410,13 @@
# @status: @MigrationStatus describing the current migration status.
#
# Since: 2.4
+#
+# Example:
+#
+# <- {"timestamp": {"seconds": 1432121972, "microseconds": 744001},
+# "event": "MIGRATION",
+# "data": {"status": "completed"} }
+#
##
{ 'event': 'MIGRATION',
'data': {'status': 'MigrationStatus'}}