Re: [Qemu-devel] [PATCH] configure: check for pixman-1 version

2014-09-15 Thread Paolo Bonzini
Il 15/09/2014 05:19, Hu Tao ha scritto: > commit f27b2e1d bumped to pixman-0.28.2, but reverted later by 7b1b5d19 > (mistakenly?) Yes, it was likely a mistake. Paolo

Re: [Qemu-devel] [PATCH] configure: check for pixman-1 version

2014-09-14 Thread Hu Tao
CCed Paolo On Mon, Sep 15, 2014 at 10:41:09AM +0800, Hu Tao wrote: > On Sun, Sep 14, 2014 at 07:23:20PM -0700, Peter Maydell wrote: > > On 14 September 2014 18:53, Hu Tao wrote: > > > commit a93a3af9 introduces use of PIXMAN_TYPE_RGBA, but it's only > > > available > > > in pixman >= 0.21.8. If

Re: [Qemu-devel] [PATCH] configure: check for pixman-1 version

2014-09-14 Thread Hu Tao
On Sun, Sep 14, 2014 at 07:23:20PM -0700, Peter Maydell wrote: > On 14 September 2014 18:53, Hu Tao wrote: > > commit a93a3af9 introduces use of PIXMAN_TYPE_RGBA, but it's only available > > in pixman >= 0.21.8. If pixman doesn't meet the version requirement, qemu > > will fail to build with follo

Re: [Qemu-devel] [PATCH] configure: check for pixman-1 version

2014-09-14 Thread Peter Maydell
On 14 September 2014 18:53, Hu Tao wrote: > commit a93a3af9 introduces use of PIXMAN_TYPE_RGBA, but it's only available > in pixman >= 0.21.8. If pixman doesn't meet the version requirement, qemu > will fail to build with following message: > > /home/hutao/qemu/ui/qemu-pixman.c: In function ‘qemu_

[Qemu-devel] [PATCH] configure: check for pixman-1 version

2014-09-14 Thread Hu Tao
commit a93a3af9 introduces use of PIXMAN_TYPE_RGBA, but it's only available in pixman >= 0.21.8. If pixman doesn't meet the version requirement, qemu will fail to build with following message: /home/hutao/qemu/ui/qemu-pixman.c: In function ‘qemu_pixelformat_from_pixman’: /home/hutao/qemu/ui/qemu-p