From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWwje-0000bW-CJ for qemu-devel@nongnu.org; Fri, 31 Jul 2009 14:21:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWwjZ-0000a0-Pa for qemu-devel@nongnu.org; Fri, 31 Jul 2009 14:21:42 -0400 Received: from [199.232.76.173] (port=53572 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWwjZ-0000Zg-GR for qemu-devel@nongnu.org; Fri, 31 Jul 2009 14:21:37 -0400 Received: from mail-qy0-f174.google.com ([209.85.221.174]:43921) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWwjX-0006cw-A2 for qemu-devel@nongnu.org; Fri, 31 Jul 2009 14:21:35 -0400 Received: by qyk4 with SMTP id 4so2774251qyk.4 for ; Fri, 31 Jul 2009 11:21:31 -0700 (PDT) Message-ID: <4A733629.5030705@codemonkey.ws> Date: Fri, 31 Jul 2009 13:21:29 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2 of 3] [UPDATE] a single vnc server surface References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: "qemu-devel@nongnu.org" Stefano Stabellini wrote: > On Fri, 31 Jul 2009, Stefano Stabellini wrote: > >> This patch removes the server surface from VncState and adds a single >> server surface to VncDisplay for all the possible clients connected. >> Each client maintains a different dirty bitmap in VncState. >> The guest surface is moved to VncDisplay as well because we don't need >> to track guest updates in more than one place. >> >> Second update: copyrect performance improvements. >> > > > Obviously the subject should have been: > > [PATCH 3 of 4] [UPDATE] a single vnc server surface > > > I think is time for me to start using git-format-patch ;) > And versioning in the command line. Can you send a full series with a vN? Otherwise it's not always clear which patches are meant to go in. Regards, Anthony Liguori