From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiLeU-0007ZE-IW for qemu-devel@nongnu.org; Tue, 11 Dec 2012 03:57:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiLeO-0006ta-TX for qemu-devel@nongnu.org; Tue, 11 Dec 2012 03:57:22 -0500 Received: from mail-qa0-f45.google.com ([209.85.216.45]:47364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiLeO-0006tW-PY for qemu-devel@nongnu.org; Tue, 11 Dec 2012 03:57:16 -0500 Received: by mail-qa0-f45.google.com with SMTP id j15so2623271qaq.4 for ; Tue, 11 Dec 2012 00:57:16 -0800 (PST) Date: Tue, 11 Dec 2012 09:57:11 +0100 From: Stefan Hajnoczi Message-ID: <20121211085711.GC23720@stefanha-thinkpad.muc.redhat.com> References: <20121208114601.24292.65396.malonedeb@wampee.canonical.com> <20121210155458.27947.19873.malone@gac.canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121210155458.27947.19873.malone@gac.canonical.com> Subject: Re: [Qemu-devel] [Bug 1087974] Re: [regression] vnc tight png produces garbled output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 1087974 <1087974@bugs.launchpad.net> Cc: qemu-devel@nongnu.org, Gerd Hoffmann On Mon, Dec 10, 2012 at 03:54:58PM -0000, Tim Hardeck wrote: > 47683d669f993308c2b84bed4ce64aafb5d7ced4 is the first bad commit > commit 47683d669f993308c2b84bed4ce64aafb5d7ced4 > Author: Gerd Hoffmann > Date: Thu Oct 11 12:04:33 2012 +0200 > > pixman/vnc: remove rgb_prepare_row* functions > > Let pixman do it instead. > > Signed-off-by: Gerd Hoffmann > > :040000 040000 653d58e66bf3a2d8240b2f9176979c44ccd720e1 > 6b6e367a8522cb58b42ad8f204387a354d3b3d00 M ui > > > Just reverting this particular commit isn't enough thou but it is connected. This suggests the conversion to pixman has introduced the bug. Tim: can you provide steps to reproduce the bug? Stefan