]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/event.json
qmp-events: move 'MIGRATION' doc to schema
[mirror_qemu.git] / qapi / event.json
index 548432466423d4a763460524edd90cf8b923452f..ebf45cf7edb3f358f6644ea4c486efddc643ecdb 100644 (file)
 # @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'}}