From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTPWO-0001ON-A4 for qemu-devel@nongnu.org; Mon, 15 Sep 2014 02:12:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTPWI-0000PY-6I for qemu-devel@nongnu.org; Mon, 15 Sep 2014 02:12:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTPWH-0000PU-Vc for qemu-devel@nongnu.org; Mon, 15 Sep 2014 02:12:14 -0400 Message-ID: <1410761522.23112.5.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 15 Sep 2014 08:12:02 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/2] pixman: update internal copy to pixman-0.32.6 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: Peter Maydell , qemu-devel@nongnu.org, Andreas Gustafsson On Mo, 2014-09-15 at 11:41 +0800, Hu Tao wrote: > commit a93a3af9 introduces use of PIXMAN_TYPE_RGBA, but it's only available > in pixman >= 0.21.8. Although commit f27b2e1d bumped pixman to pixman-0.28.2, > but the change was reverted later by 7b1b5d19. Ah, so my memory wasn't totally wrong, the update got reverted (apparently by mistake). Thanks for the patches, I'll go prepare a pull request. cheers, Gerd