aboutsummaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/qmp-events.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/qmp-events.txt b/docs/qmp-events.txt
index bca0f540e4..8fa3c23683 100644
--- a/docs/qmp-events.txt
+++ b/docs/qmp-events.txt
@@ -131,31 +131,6 @@ Flush operation:
Note: this event is rate-limited.
-SPICE_DISCONNECTED
-------------------
-
-Emitted when a SPICE client disconnects.
-
-Data:
-
-- "server": Server information (json-object)
- - "host": IP address (json-string)
- - "port": port number (json-string)
- - "family": address family (json-string, "ipv4" or "ipv6")
-- "client": Client information (json-object)
- - "host": IP address (json-string)
- - "port": port number (json-string)
- - "family": address family (json-string, "ipv4" or "ipv6")
-
-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"}
-}}
-
SPICE_MIGRATE_COMPLETED
-----------------------