From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:32835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxepI-0005Zf-4x for qemu-devel@nongnu.org; Wed, 15 Feb 2012 08:23:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxepA-0000BD-9k for qemu-devel@nongnu.org; Wed, 15 Feb 2012 08:23:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rxep9-0000B9-UU for qemu-devel@nongnu.org; Wed, 15 Feb 2012 08:23:08 -0500 Message-ID: <4F3BB1B7.4060903@redhat.com> Date: Wed, 15 Feb 2012 14:23:03 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1329140588-12722-1-git-send-email-berrange@redhat.com> In-Reply-To: <1329140588-12722-1-git-send-email-berrange@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] Add SPICE support to add_client monitor command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Anthony Liguori , qemu-devel@nongnu.org, Luiz Capitulino On 02/13/12 14:43, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > With the acceptance of some new APIs to libspice-server.so it > is possible to add support for SPICE to the 'add_client' > monitor command, bringing parity with VNC. Since SPICE can > use TLS or plain connections, the command also gains a new > 'tls' parameter to specify whether TLS should be attempted > on the injected client sockets. Added to spice patch queue. thanks, Gerd