From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjZ7B-0001s5-FU for qemu-devel@nongnu.org; Fri, 14 Dec 2012 12:32:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjZ7A-0007Jz-Iq for qemu-devel@nongnu.org; Fri, 14 Dec 2012 12:32:01 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:41781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjZ7A-0007Jl-8C for qemu-devel@nongnu.org; Fri, 14 Dec 2012 12:32:00 -0500 Message-ID: <50CB628D.30002@weilnetz.de> Date: Fri, 14 Dec 2012 18:31:57 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1355471665-23903-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1355471665-23903-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] pixman patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Blue Swirl , Anthony Liguori , Gerd Hoffmann , qemu-devel@nongnu.org Am 14.12.2012 08:54, schrieb Gerd Hoffmann: > Hi, > > Pixman patch queue, fixing vnc tight/png and tackeling build issues. > > cheers, > Gerd > > Gerd Hoffmann (5): > pixman: fix version check for PIXMAN_TYPE_BGRA > Revert "pixman: require 0.18.4 or newer" > pixman: update internal copy to pixman-0.28.2 > pixman: fix vnc tight png/jpeg support > console: clip update rectangle > > configure | 4 ++-- > console.h | 10 ++++++++++ > hw/vga.c | 2 +- > pixman | 2 +- > qemu-pixman.c | 6 +++--- > qemu-pixman.h | 2 +- > ui/vnc-enc-tight.c | 4 ++-- > ui/vnc.c | 2 +- > 8 files changed, 21 insertions(+), 11 deletions(-) Anthony or Blue, could you please commit these patches with high priority? They should fix configure failures on several buildbots and a bug in the vnc code. I suggest to commit them to QEMU 1.3, too, after some test time in git master. Regards, Stefan W.