From 99ab2471a438ec3f9041c80cbdd412f19949cc18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Thu, 23 Jun 2016 16:29:59 +0200 Subject: qmp-events: move 'VNC_INITIALIZED' 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'qapi/event.json') diff --git a/qapi/event.json b/qapi/event.json index ffb07c92fc..72edcba24d 100644 --- a/qapi/event.json +++ b/qapi/event.json @@ -267,6 +267,17 @@ # @client: client information # # Since: 0.13.0 +# +# Example: +# +# <- { "event": "VNC_INITIALIZED", +# "data": { +# "server": { "auth": "sasl", "family": "ipv4", +# "service": "5901", "host": "0.0.0.0"}, +# "client": { "family": "ipv4", "service": "46089", +# "host": "127.0.0.1", "sasl_username": "luiz" } }, +# "timestamp": { "seconds": 1263475302, "microseconds": 150772 } } +# ## { 'event': 'VNC_INITIALIZED', 'data': { 'server': 'VncServerInfo', -- cgit v1.2.1