summaryrefslogtreecommitdiffstats
path: root/qapi/ui.json
diff options
context:
space:
mode:
Diffstat (limited to 'qapi/ui.json')
-rw-r--r--qapi/ui.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/qapi/ui.json b/qapi/ui.json
index 0abba3e930..42e73ac7d6 100644
--- a/qapi/ui.json
+++ b/qapi/ui.json
@@ -304,6 +304,8 @@
# - 'spice' uses SASL or direct TLS authentication, depending on command
# line options
#
+# @video-codecs: Video codecs used by the SPICE server.
+#
# @mouse-mode: The mode in which the mouse cursor is displayed currently. Can
# be determined by the client or the server, or unknown if spice
# server doesn't provide this information. (since: 1.1)
@@ -315,7 +317,8 @@
{ 'struct': 'SpiceInfo',
'data': {'enabled': 'bool', 'migrated': 'bool', '*host': 'str', '*port': 'int',
'*tls-port': 'int', '*auth': 'str', '*compiled-version': 'str',
- 'mouse-mode': 'SpiceQueryMouseMode', '*channels': ['SpiceChannel']},
+ '*video-codecs': 'str', 'mouse-mode': 'SpiceQueryMouseMode',
+ '*channels': ['SpiceChannel']},
'if': 'CONFIG_SPICE' }
##