From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcUtC-00035n-3N for qemu-devel@nongnu.org; Sun, 07 Sep 2008 20:45:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcUtB-00035V-Dz for qemu-devel@nongnu.org; Sun, 07 Sep 2008 20:45:57 -0400 Received: from [199.232.76.173] (port=43215 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcUtB-00035O-93 for qemu-devel@nongnu.org; Sun, 07 Sep 2008 20:45:57 -0400 Received: from an-out-0708.google.com ([209.85.132.249]:15641) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcUtA-0005QG-TL for qemu-devel@nongnu.org; Sun, 07 Sep 2008 20:45:57 -0400 Received: by an-out-0708.google.com with SMTP id d18so201778and.130 for ; Sun, 07 Sep 2008 17:45:56 -0700 (PDT) Message-ID: <48C47593.5020006@codemonkey.ws> Date: Sun, 07 Sep 2008 19:45:07 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3 of 5] [UPDATE] vga shared buffer References: <48BFF03F.5040702@eu.citrix.com> In-Reply-To: <48BFF03F.5040702@eu.citrix.com> Content-Type: text/plain; charset=UTF-8; format=flowed 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, Stefano Stabellini 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. Regards, Anthony Liguori