Re: [Qemu-devel] [PATCH] pixman: drop submodule

2017-09-13 Thread Konrad Rzeszutek Wilk
On Fri, Sep 01, 2017 at 12:50:23PM +0200, Gerd Hoffmann wrote: > Drop pixman submodule and support for the "internal" pixman build. > pixman should be reasonable well established meanwhile that we don't > need the fallback submodule any more. While being at it also drop > some #ifdefs for pixman v

Re: [Qemu-devel] [PATCH] pixman: drop submodule

2017-09-05 Thread Peter Maydell
On 4 September 2017 at 07:31, Gerd Hoffmann wrote: > Hi, > >> > diff --git a/configure b/configure >> > index dd73cce62f..73760430b0 100755 >> > --- a/configure >> > +++ b/configure >> > @@ -930,8 +930,6 @@ for opt do >> >;; >> >--with-system-pixman) pixman="system" >> >> Is there any us

Re: [Qemu-devel] [PATCH] pixman: drop submodule

2017-09-03 Thread Gerd Hoffmann
Hi, > > diff --git a/configure b/configure > > index dd73cce62f..73760430b0 100755 > > --- a/configure > > +++ b/configure > > @@ -930,8 +930,6 @@ for opt do > >    ;; > >    --with-system-pixman) pixman="system" > > Is there any use case for '--with-system-pixman now? There is "--without-pixm

Re: [Qemu-devel] [PATCH] pixman: drop submodule

2017-09-01 Thread Alistair Francis
On Fri, Sep 1, 2017 at 3:17 PM, Eric Blake wrote: > On 09/01/2017 05:13 PM, Alistair Francis wrote: >> 'On Fri, Sep 1, 2017 at 3:50 AM, Gerd Hoffmann wrote: >>> Drop pixman submodule and support for the "internal" pixman build. >>> pixman should be reasonable well established meanwhile that we do

Re: [Qemu-devel] [PATCH] pixman: drop submodule

2017-09-01 Thread Eric Blake
On 09/01/2017 05:13 PM, Alistair Francis wrote: > 'On Fri, Sep 1, 2017 at 3:50 AM, Gerd Hoffmann wrote: >> Drop pixman submodule and support for the "internal" pixman build. >> pixman should be reasonable well established meanwhile that we don't > > > Is there any use case for '--with-system-pix

Re: [Qemu-devel] [PATCH] pixman: drop submodule

2017-09-01 Thread Alistair Francis
'On Fri, Sep 1, 2017 at 3:50 AM, Gerd Hoffmann wrote: > Drop pixman submodule and support for the "internal" pixman build. > pixman should be reasonable well established meanwhile that we don't s/reasonable/reasonably/g s/meanwhile/meaning/g > need the fallback submodule any more. While being a

Re: [Qemu-devel] [PATCH] pixman: drop submodule

2017-09-01 Thread Fam Zheng
On Fri, 09/01 12:50, Gerd Hoffmann wrote: > Drop pixman submodule and support for the "internal" pixman build. > pixman should be reasonable well established meanwhile that we don't > need the fallback submodule any more. While being at it also drop > some #ifdefs for pixman versions olter than wh

[Qemu-devel] [PATCH] pixman: drop submodule

2017-09-01 Thread Gerd Hoffmann
Drop pixman submodule and support for the "internal" pixman build. pixman should be reasonable well established meanwhile that we don't need the fallback submodule any more. While being at it also drop some #ifdefs for pixman versions olter than what we require in configure anyway. Signed-off-by: