From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KZ0cH-0002YO-9W for qemu-devel@nongnu.org; Fri, 29 Aug 2008 05:50:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KZ0cE-0002VC-4V for qemu-devel@nongnu.org; Fri, 29 Aug 2008 05:50:04 -0400 Received: from [199.232.76.173] (port=34795 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KZ0cD-0002V3-Vm for qemu-devel@nongnu.org; Fri, 29 Aug 2008 05:50:02 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:11157) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZ0cD-0002gP-Hk for qemu-devel@nongnu.org; Fri, 29 Aug 2008 05:50:01 -0400 Message-ID: <48B7C69D.6050009@eu.citrix.com> Date: Fri, 29 Aug 2008 10:51:25 +0100 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0 of 3] vnc and vga improvements References: <48B6C8FB.9090106@eu.citrix.com> <48B7057B.2050203@codemonkey.ws> In-Reply-To: <48B7057B.2050203@codemonkey.ws> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony Liguori wrote: > Stefano Stabellini wrote: >> The idea is that vnc.c (and in the near future sdl.c too) strictly >> follows the guest display resolution and notifies the client of any >> change. As a consequence we can save two colour conversions: one between >> vga and vnc, another one between the vnc server and the vnc client. >> > > I have mixed feelings about this. On the one hand, reducing the copying > is a good thing. On the other hand, we pretty much make it impossible > to ever support multiple clients. Do you mean multiple vnc clients? Or do you mean sdl and vnc at the same time? Either way I don't think my patches prevent any of these scenarios. > I'm going to be travelling tomorrow but I'll look through these patches > in more detail over the weekend. > Thanks.