From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWBfv-0000DT-Qt for qemu-devel@nongnu.org; Wed, 29 Jul 2009 12:06:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWBfp-0008St-OA for qemu-devel@nongnu.org; Wed, 29 Jul 2009 12:06:42 -0400 Received: from [199.232.76.173] (port=36958 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWBfp-0008SI-Ew for qemu-devel@nongnu.org; Wed, 29 Jul 2009 12:06:37 -0400 Received: from mx20.gnu.org ([199.232.41.8]:26906) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWBfm-0002IB-BM for qemu-devel@nongnu.org; Wed, 29 Jul 2009 12:06:36 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWBfg-0006YZ-9F for qemu-devel@nongnu.org; Wed, 29 Jul 2009 12:06:28 -0400 Message-ID: <4A70737B.4040703@redhat.com> Date: Wed, 29 Jul 2009 18:06:19 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 2 of 3] a single vnc server surface References: <4A705DE1.20704@redhat.com> 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" On 07/29/09 18:03, Stefano Stabellini wrote: > > On Wed, 29 Jul 2009, Gerd Hoffmann wrote: >> I doubt you did any copyrect testing. It is broken in master[1], and >> this patch breaks it even more. >> > > What kind of test are you performing to be sure copyrect is working? > Because I am having trouble reproducing screen corruptions... Start guest with cirrus vga, start X11 within the guest, make sure it actually uses the cirrus driver, open some xterm, type commands which trigger heavy scrolling (dmesg does the trick for me). HTH, Gerd