Re: [PATCH v5 17/19] hw/sm501: allow compiling without PIXMAN

2023-10-23 Thread Marc-André Lureau
Hi On Mon, Oct 23, 2023 at 5:15 PM BALATON Zoltan wrote: > > On Mon, 23 Oct 2023, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Drop the "x-pixman" property and use fallback path in such case. > > Patch diverged from commit message, the x-pixman property is not dropped >

Re: [PATCH v5 17/19] hw/sm501: allow compiling without PIXMAN

2023-10-23 Thread BALATON Zoltan
On Mon, 23 Oct 2023, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Drop the "x-pixman" property and use fallback path in such case. Patch diverged from commit message, the x-pixman property is not dropped just the default changed. Needs updated commit message to reflect that.

[PATCH v5 17/19] hw/sm501: allow compiling without PIXMAN

2023-10-23 Thread marcandre . lureau
From: Marc-André Lureau Drop the "x-pixman" property and use fallback path in such case. Signed-off-by: Marc-André Lureau --- hw/display/sm501.c | 59 +- 1 file changed, 42 insertions(+), 17 deletions(-) diff --git a/hw/display/sm501.c b/hw/display/