docs: document missing SPICE_MIGRATE_COMPLETED event
authorEric Blake <eblake@redhat.com>
Wed, 23 Jul 2014 12:26:16 +0000 (06:26 -0600)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 24 Jul 2014 14:00:15 +0000 (10:00 -0400)
The SPICE_MIGRATE_COMPLETED event was first documented in
7cfadb6b.  But since dfab4892 later restored this file to the
state prior to qmp events, and we never documented it in the
past, anyone using this file instead of qapi will miss out on
this event.

* docs/qmp/qmp-events.txt (SPICE_MIGRATE_COMPLETED): Add.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Wenchao Xia <wenchaoqemu@gmail.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
docs/qmp/qmp-events.txt

index 9b7ee7c5b7e257c868a64ede3eab508d0a24aaf4..22d552f9b39215c93facdd9797cad7f84abbc73d 100644 (file)
@@ -424,6 +424,19 @@ Example:
                       "channel-id": 0, "tls": true}
 }}
 
+SPICE_MIGRATE_COMPLETED
+-----------------------
+
+Emitted when SPICE migration has completed
+
+Data: None.
+
+Example:
+
+{ "timestamp": {"seconds": 1290688046, "microseconds": 417172},
+  "event": "SPICE_MIGRATE_COMPLETED" }
+
+
 STOP
 ----