From: Eric Blake Date: Wed, 23 Jul 2014 12:26:16 +0000 (-0600) Subject: docs: document missing SPICE_MIGRATE_COMPLETED event X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5e255004f57294cddb7adc9f862747713589949e;p=qemu.git docs: document missing SPICE_MIGRATE_COMPLETED event 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 Reviewed-by: Markus Armbruster Reviewed-by: Wenchao Xia Signed-off-by: Luiz Capitulino --- diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt index 9b7ee7c5b7..22d552f9b3 100644 --- a/docs/qmp/qmp-events.txt +++ b/docs/qmp/qmp-events.txt @@ -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 ----