From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0z06-0004kB-J1 for qemu-devel@nongnu.org; Fri, 24 Feb 2012 12:32:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0z01-0000Mh-Ms for qemu-devel@nongnu.org; Fri, 24 Feb 2012 12:32:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0z01-0000MP-0E for qemu-devel@nongnu.org; Fri, 24 Feb 2012 12:32:05 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1OHW414016256 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 Feb 2012 12:32:04 -0500 Message-ID: <4F47C991.6020002@redhat.com> Date: Fri, 24 Feb 2012 18:32:01 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4F47C6C0.2040506@redhat.com> <1330104512-14738-1-git-send-email-cfergeau@redhat.com> In-Reply-To: <1330104512-14738-1-git-send-email-cfergeau@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv3] Error out when tls-channel option is used without TLS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christophe Fergeau Cc: qemu-devel@nongnu.org On 02/24/12 18:28, Christophe Fergeau wrote: > It's currently possible to setup spice channels using TLS when > no TLS port has been specified (ie TLS is disabled). This cannot > work, so better to error out in such a situation. Patch added to spice patch queue. thanks, Gerd