Re: [PATCH 00/67] Make pixman an optional dependency

2023-08-30 Thread Marc-André Lureau
Hi On Wed, Aug 30, 2023 at 3:21 PM Daniel P. Berrangé wrote: > > On Wed, Aug 30, 2023 at 03:01:27PM +0400, Marc-André Lureau wrote: > > Hi > > > > On Wed, Aug 30, 2023 at 2:53 PM Thomas Huth wrote: > > > > > > On 30/08/2023 11.37, marcandre.lur...@redhat.com wrote: > > > > From: Marc-André Lurea

Re: [PATCH 00/67] Make pixman an optional dependency

2023-08-30 Thread Daniel P . Berrangé
On Wed, Aug 30, 2023 at 03:01:27PM +0400, Marc-André Lureau wrote: > Hi > > On Wed, Aug 30, 2023 at 2:53 PM Thomas Huth wrote: > > > > On 30/08/2023 11.37, marcandre.lur...@redhat.com wrote: > > > From: Marc-André Lureau > > > > > > Hi, > > > > > > QEMU system emulators can be made to compile an

Re: [PATCH 00/67] Make pixman an optional dependency

2023-08-30 Thread Marc-André Lureau
Hi On Wed, Aug 30, 2023 at 2:53 PM Thomas Huth wrote: > > On 30/08/2023 11.37, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Hi, > > > > QEMU system emulators can be made to compile and work without pixman. > > > > Given how pervasively pixman types and API is used in al

Re: [PATCH 00/67] Make pixman an optional dependency

2023-08-30 Thread Thomas Huth
On 30/08/2023 11.37, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Hi, QEMU system emulators can be made to compile and work without pixman. Given how pervasively pixman types and API is used in all the code base, it was a bit difficult to figure out how to cut the dependency. I

[PATCH 00/67] Make pixman an optional dependency

2023-08-30 Thread marcandre . lureau
From: Marc-André Lureau Hi, QEMU system emulators can be made to compile and work without pixman. Given how pervasively pixman types and API is used in all the code base, it was a bit difficult to figure out how to cut the dependency. I decided that it was important to keep VGA and graphics de