]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qmp-events: move 'MIGRATION' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 23 Jun 2016 14:33:23 +0000 (16:33 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jan 2017 08:19:49 +0000 (09:19 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/qmp-events.txt
qapi/event.json

index 0574a217c41a643a3fca2dca68bfa923de2bad7a..d61ab1dabce2753386ffeacb8821882f3dfc37f7 100644 (file)
@@ -131,21 +131,6 @@ Flush operation:
 
 Note: this event is rate-limited.
 
-MIGRATION
----------
-
-Emitted when a migration event happens
-
-Data: None.
-
- - "status": migration status
-     See MigrationStatus in ~/qapi-schema.json for possible values
-
-Example:
-
-{"timestamp": {"seconds": 1432121972, "microseconds": 744001},
- "event": "MIGRATION", "data": {"status": "completed"}}
-
 MIGRATION_PASS
 --------------
 
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'}}