qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 1/2] qapi-schema: fix typos and explain 'spice' auth
@ 2012-03-05 13:13 Alon Levy
  2012-03-05 13:13 ` [Qemu-devel] [PATCH v2 2/2] qapi-schema.json: fix comment for type ObjectPropretyInfo Alon Levy
  2012-03-07 17:46 ` [Qemu-devel] [PATCH v2 1/2] qapi-schema: fix typos and explain 'spice' auth Luiz Capitulino
  0 siblings, 2 replies; 3+ messages in thread
From: Alon Levy @ 2012-03-05 13:13 UTC (permalink / raw)
  To: qemu-devel, lcapitulino

Signed-off-by: Alon Levy <alevy@redhat.com>
---
 qapi-schema.json |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

v1->v2:
 - Fixes wrong indentation for second spice channel-id
 - split the last part (ObjectPropertyInfo).

diff --git a/qapi-schema.json b/qapi-schema.json
index 5f293c4..93ee2a4 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
 #
-- 
1.7.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Qemu-devel] [PATCH v2 2/2] qapi-schema.json: fix comment for type ObjectPropretyInfo
  2012-03-05 13:13 [Qemu-devel] [PATCH v2 1/2] qapi-schema: fix typos and explain 'spice' auth Alon Levy
@ 2012-03-05 13:13 ` Alon Levy
  2012-03-07 17:46 ` [Qemu-devel] [PATCH v2 1/2] qapi-schema: fix typos and explain 'spice' auth Luiz Capitulino
  1 sibling, 0 replies; 3+ messages in thread
From: Alon Levy @ 2012-03-05 13:13 UTC (permalink / raw)
  To: qemu-devel, lcapitulino

Signed-off-by: Alon Levy <alevy@redhat.com>
---
 qapi-schema.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index 93ee2a4..dd9e0e5 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1256,7 +1256,7 @@
 { 'command': 'migrate_set_speed', 'data': {'value': 'int'} }
 
 ##
-# @DevicePropertyInfo:
+# @ObjectPropertyInfo:
 #
 # @name: the name of the property
 #
-- 
1.7.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH v2 1/2] qapi-schema: fix typos and explain 'spice' auth
  2012-03-05 13:13 [Qemu-devel] [PATCH v2 1/2] qapi-schema: fix typos and explain 'spice' auth Alon Levy
  2012-03-05 13:13 ` [Qemu-devel] [PATCH v2 2/2] qapi-schema.json: fix comment for type ObjectPropretyInfo Alon Levy
@ 2012-03-07 17:46 ` Luiz Capitulino
  1 sibling, 0 replies; 3+ messages in thread
From: Luiz Capitulino @ 2012-03-07 17:46 UTC (permalink / raw)
  To: Alon Levy; +Cc: qemu-devel

On Mon,  5 Mar 2012 15:13:27 +0200
Alon Levy <alevy@redhat.com> wrote:

> Signed-off-by: Alon Levy <alevy@redhat.com>

Applied both patches to the qmp branch, thanks.

> ---
>  qapi-schema.json |   14 ++++++++------
>  1 files changed, 8 insertions(+), 6 deletions(-)
> 
> v1->v2:
>  - Fixes wrong indentation for second spice channel-id
>  - split the last part (ObjectPropertyInfo).
> 
> diff --git a/qapi-schema.json b/qapi-schema.json
> index 5f293c4..93ee2a4 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
>  #

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-07 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-05 13:13 [Qemu-devel] [PATCH v2 1/2] qapi-schema: fix typos and explain 'spice' auth Alon Levy
2012-03-05 13:13 ` [Qemu-devel] [PATCH v2 2/2] qapi-schema.json: fix comment for type ObjectPropretyInfo Alon Levy
2012-03-07 17:46 ` [Qemu-devel] [PATCH v2 1/2] qapi-schema: fix typos and explain 'spice' auth Luiz Capitulino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).