summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-03-05 15:13:27 +0200
committerLuiz Capitulino <lcapitulino@redhat.com>2012-03-09 17:34:17 -0300
commit419e1bdfefecdb161d7a78c7b7da1e70074bd61a (patch)
tree9bb06cfcc54c0986934b213eb28cb7c5e0fb8fa3
parent156b12d73983aa3c75ee1a82d5343787bb48e579 (diff)
downloadfocaccia-qemu-419e1bdfefecdb161d7a78c7b7da1e70074bd61a.tar.gz
focaccia-qemu-419e1bdfefecdb161d7a78c7b7da1e70074bd61a.zip
qapi-schema: fix typos and explain 'spice' auth
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
-rw-r--r--qapi-schema.json14
1 files changed, 8 insertions, 6 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index 5f293c4403..93ee2a4a93 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -616,11 +616,12 @@
 # @connection-id: SPICE connection id number.  All channels with the same id
 #                 belong to the same SPICE session.
 #
-# @connection-type: SPICE channel type number.  "1" is the main control channel,
-#                   filter for this one if you want track spice sessions only
+# @connection-type: SPICE channel type number.  "1" is the main control
+#                   channel, filter for this one if you want to track spice
+#                   sessions only
 #
-# @channel-id: SPICE channel ID number.  Usually "0", might be different needed
-#              when multiple channels of the same type exist, such as multiple
+# @channel-id: SPICE channel ID number.  Usually "0", might be different when
+#              multiple channels of the same type exist, such as multiple
 #              display channels in a multihead setup
 #
 # @tls: true if the channel is encrypted, false otherwise.
@@ -649,8 +650,9 @@
 # @tls-port: #optional The SPICE server's TLS port number.
 #
 # @auth: #optional the current authentication type used by the server
-#        'none' if no authentication is being used
-#        'spice' (TODO: describe)
+#        'none'  if no authentication is being used
+#        'spice' uses SASL or direct TLS authentication, depending on command
+#                line options
 #
 # @channels: a list of @SpiceChannel for each active spice channel
 #