From patchwork Fri Feb 24 21:22:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alon Levy X-Patchwork-Id: 142974 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 804A9B6F9F for ; Sat, 25 Feb 2012 08:22:27 +1100 (EST) Received: from localhost ([::1]:60350 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S12ao-0004RQ-Ea for incoming@patchwork.ozlabs.org; Fri, 24 Feb 2012 16:22:18 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S12ah-0004RG-82 for qemu-devel@nongnu.org; Fri, 24 Feb 2012 16:22:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S12ag-0005hL-5s for qemu-devel@nongnu.org; Fri, 24 Feb 2012 16:22:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S12af-0005h6-U8 for qemu-devel@nongnu.org; Fri, 24 Feb 2012 16:22:10 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1OLM96r017123 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 Feb 2012 16:22:09 -0500 Received: from garlic.redhat.com (vpn-200-49.tlv.redhat.com [10.35.200.49]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1OLM6m6029513; Fri, 24 Feb 2012 16:22:07 -0500 From: Alon Levy To: qemu-devel@nongnu.org, lcapitulino@redhat.com, kraxel@redhat.com, armbru@redhat.com Date: Fri, 24 Feb 2012 23:22:02 +0200 Message-Id: <1330118525-14522-1-git-send-email-alevy@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 1/4] 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 Signed-off-by: Alon Levy --- qapi-schema.json | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/qapi-schema.json b/qapi-schema.json index d0b6792..72b17f1 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -616,12 +616,13 @@ # @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 -# display channels in a multihead setup +# @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 # @@ -1216,7 +1218,7 @@ { 'command': 'migrate_set_speed', 'data': {'value': 'int'} } ## -# @DevicePropertyInfo: +# @ObjectPropertyInfo: # # @name: the name of the property #