aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 16:32:29 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:49 +0100
commit93ab0fc3c3d4884c475fa452a41e9c4bd1d693d6 (patch)
treef10d1e97265e887e8e20c06f95e05c7742d0b858 /qapi
parentda08e2a5a2a6ba5956bee1158f9ac2fc2ce364b8 (diff)
qmp-events: move 'SPICE_DISCONNECTED' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/event.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/qapi/event.json b/qapi/event.json
index c1f026cce4..bbab069bec 100644
--- a/qapi/event.json
+++ b/qapi/event.json
@@ -372,6 +372,16 @@
# @client: client information
#
# Since: 0.14.0
+#
+# Example:
+#
+# <- { "timestamp": {"seconds": 1290688046, "microseconds": 388707},
+# "event": "SPICE_DISCONNECTED",
+# "data": {
+# "server": { "port": "5920", "family": "ipv4", "host": "127.0.0.1"},
+# "client": {"port": "52873", "family": "ipv4", "host": "127.0.0.1"}
+# }}
+#
##
{ 'event': 'SPICE_DISCONNECTED',
'data': { 'server': 'SpiceBasicInfo',