summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--docs/qmp-events.txt12
-rw-r--r--qapi/event.json6
2 files changed, 6 insertions, 12 deletions
diff --git a/docs/qmp-events.txt b/docs/qmp-events.txt
index 8fa3c23683..0574a217c4 100644
--- a/docs/qmp-events.txt
+++ b/docs/qmp-events.txt
@@ -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
 ---------
 
diff --git a/qapi/event.json b/qapi/event.json
index bbab069bec..5484324664 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -393,6 +393,12 @@
 # Emitted when SPICE migration has completed
 #
 # Since: 1.3
+#
+# Example:
+#
+# <- { "timestamp": {"seconds": 1290688046, "microseconds": 417172},
+#      "event": "SPICE_MIGRATE_COMPLETED" }
+#
 ##
 { 'event': 'SPICE_MIGRATE_COMPLETED' }