From e6bcb080f965d0a71acd859c8a35e0652b5c366e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 23 Jun 2016 16:32:56 +0200 Subject: qmp-events: move 'SPICE_MIGRATE_COMPLETED' doc to schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- qapi/event.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qapi/event.json') 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' } -- cgit v1.2.3