From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJB7B-0005Jm-HI for qemu-devel@nongnu.org; Fri, 11 Dec 2009 14:25:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJB76-0005EZ-Rz for qemu-devel@nongnu.org; Fri, 11 Dec 2009 14:25:21 -0500 Received: from [199.232.76.173] (port=42948 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJB76-0005Dz-Cq for qemu-devel@nongnu.org; Fri, 11 Dec 2009 14:25:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40092) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NJB74-0003Ic-IA for qemu-devel@nongnu.org; Fri, 11 Dec 2009 14:25:15 -0500 Subject: Re: [Qemu-devel] Spice project is now open From: Mark McLoughlin In-Reply-To: <4B2297A2.8040102@codemonkey.ws> References: <1393046876.1549021260539141025.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> <4B226BFC.1040606@codemonkey.ws> <20091211204828.464707cf@redhat.com> <4B2297A2.8040102@codemonkey.ws> Content-Type: text/plain; charset="UTF-8" Date: Fri, 11 Dec 2009 19:25:10 +0000 Message-Id: <1260559510.29755.14.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Yaniv Kamay , Izik Eidus , qemu-devel@nongnu.org On Fri, 2009-12-11 at 13:04 -0600, Anthony Liguori wrote: > But to introduce another protocol where a user has to make a choice to > use Spice over VNC, I think we need a really good justification for > that. It's really about complexity. A user shouldn't have to know > about Spice or VNC. They shouldn't have to contemplate the trade-offs > of whether their management tool is aware or not. It should Just Work. That's a good goal. If we add a new protocol, we could achieve the same thing by allowing qemu support both VNC and Spice at runtime. Then you just need a client like virt-viewer that can handle both protocols, and old VNC clients will continue to be able to connect to newer qemu. Cheers, Mark.