]> Git Repo - qemu.git/commitdiff
qmp-events: move 'SPICE_MIGRATE_COMPLETED' doc to schema
authorMarc-André Lureau <[email protected]>
Thu, 23 Jun 2016 14:32:56 +0000 (16:32 +0200)
committerMarkus Armbruster <[email protected]>
Mon, 16 Jan 2017 08:19:49 +0000 (09:19 +0100)
Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
docs/qmp-events.txt
qapi/event.json

index 8fa3c2368325f8ac229eb739982466e196feeb85..0574a217c41a643a3fca2dca68bfa923de2bad7a 100644 (file)
@@ -131,18 +131,6 @@ Flush operation:
 
 Note: this event is rate-limited.
 
-SPICE_MIGRATE_COMPLETED
------------------------
-
-Emitted when SPICE migration has completed
-
-Data: None.
-
-Example:
-
-{ "timestamp": {"seconds": 1290688046, "microseconds": 417172},
-  "event": "SPICE_MIGRATE_COMPLETED" }
-
 MIGRATION
 ---------
 
index bbab069bec0b74e6326fc5f0dd5e1fcef161b6c9..548432466423d4a763460524edd90cf8b923452f 100644 (file)
 # Emitted when SPICE migration has completed
 #
 # Since: 1.3
+#
+# Example:
+#
+# <- { "timestamp": {"seconds": 1290688046, "microseconds": 417172},
+#      "event": "SPICE_MIGRATE_COMPLETED" }
+#
 ##
 { 'event': 'SPICE_MIGRATE_COMPLETED' }
 
This page took 0.028546 seconds and 4 git commands to generate.