From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KchLg-00006a-HZ for qemu-devel@nongnu.org; Mon, 08 Sep 2008 10:04:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KchLe-00005W-Ts for qemu-devel@nongnu.org; Mon, 08 Sep 2008 10:04:12 -0400 Received: from [199.232.76.173] (port=39258 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KchLe-00005P-Mx for qemu-devel@nongnu.org; Mon, 08 Sep 2008 10:04:10 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:22739) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KchLe-0007Qr-Cr for qemu-devel@nongnu.org; Mon, 08 Sep 2008 10:04:10 -0400 Message-ID: <48C53142.1000507@eu.citrix.com> Date: Mon, 08 Sep 2008 15:05:54 +0100 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3 of 5] [UPDATE] vga shared buffer References: <48BFF03F.5040702@eu.citrix.com> <48C47593.5020006@codemonkey.ws> In-Reply-To: <48C47593.5020006@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: Anthony Liguori Cc: qemu-devel@nongnu.org Anthony Liguori wrote: > Stefano Stabellini wrote: >> This patch implements sharing of the display pixel buffer between >> vnc.c and vga.c, in order to save a lot of memcpy's. >> >> Signed-off-by: Stefano Stabellini >> > > Can you split this patch up into separate patches. One that implements > display sharing and another that adds support to VNC for display sharing. > sure, I'll do that.