From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47483 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q22HG-0005x6-Vr for qemu-devel@nongnu.org; Tue, 22 Mar 2011 10:09:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q22HF-00066F-RG for qemu-devel@nongnu.org; Tue, 22 Mar 2011 10:09:42 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:55333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q22HF-000662-OG for qemu-devel@nongnu.org; Tue, 22 Mar 2011 10:09:41 -0400 Received: by iym7 with SMTP id 7so8706866iym.4 for ; Tue, 22 Mar 2011 07:09:40 -0700 (PDT) Message-ID: <4D88AD9C.6060501@codemonkey.ws> Date: Tue, 22 Mar 2011 09:09:32 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH RESEND v3] fix vnc regression References: <4D79E708.9050007@cn.fujitsu.com> <4D88ABE2.7060501@us.ibm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Corentin Chary Cc: Anthony Liguori , qemu-devel On 03/22/2011 09:04 AM, Corentin Chary wrote: >>> 16); >>> + bitmap_set(vs->dirty[y_position + i], 0, width); >>> + bitmap_clear(vs->dirty[y_position + i], width, >>> + VNC_DIRTY_WORDS * BITS_PER_LONG - width); >>> } >> VNC_DIRTY_WORDS in not a valid symbol in the latest tip. >> >> Regards, > Patch updated here: http://patchwork.ozlabs.org/patch/87722/ Can this be top posted? Regards, Anthony Liguori