From patchwork Fri Mar 9 20:55:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luiz Capitulino X-Patchwork-Id: 145758 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2BE14B6F9D for ; Sat, 10 Mar 2012 07:55:59 +1100 (EST) Received: from localhost ([::1]:54675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S66qz-00070B-1C for incoming@patchwork.ozlabs.org; Fri, 09 Mar 2012 15:55:57 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S66qk-0006Sx-1c for qemu-devel@nongnu.org; Fri, 09 Mar 2012 15:55:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S66qi-0004kp-3W for qemu-devel@nongnu.org; Fri, 09 Mar 2012 15:55:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S66qh-0004ke-SG for qemu-devel@nongnu.org; Fri, 09 Mar 2012 15:55:40 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q29KtXwO020403 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 9 Mar 2012 15:55:38 -0500 Received: from localhost (ovpn-113-69.phx2.redhat.com [10.3.113.69]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q29KtWV5001276; Fri, 9 Mar 2012 15:55:32 -0500 From: Luiz Capitulino To: qemu-devel@nongnu.org Date: Fri, 9 Mar 2012 17:55:18 -0300 Message-Id: <1331326519-12444-3-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1331326519-12444-1-git-send-email-lcapitulino@redhat.com> References: <1331326519-12444-1-git-send-email-lcapitulino@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: aliguori@us.ibm.com, Alon Levy Subject: [Qemu-devel] [PATCH 2/3] qapi-schema: fix typos and explain 'spice' auth X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Alon Levy Signed-off-by: Alon Levy Signed-off-by: Luiz Capitulino --- qapi-schema.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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 #