Re: [PATCH v2 09/18] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN

2023-09-19 Thread Marc-André Lureau
Hi On Tue, Sep 19, 2023 at 4:56 PM Paolo Bonzini wrote: > > On 9/18/23 15:51, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > This simply means that 2d drawing updates won't be handled, but 3d > > should work. > > > > Signed-off-by: Marc-André Lureau > > How bad is this?

Re: [PATCH v2 09/18] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN

2023-09-19 Thread Paolo Bonzini
On 9/18/23 15:51, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau This simply means that 2d drawing updates won't be handled, but 3d should work. Signed-off-by: Marc-André Lureau How bad is this? Is it worth making the device dependent on pixman altogether? Paolo --- hw/d

[PATCH v2 09/18] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN

2023-09-18 Thread marcandre . lureau
From: Marc-André Lureau This simply means that 2d drawing updates won't be handled, but 3d should work. Signed-off-by: Marc-André Lureau --- hw/display/vhost-user-gpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/display/vhost-user-gpu.c b/hw/display/vhost-user-gpu.c index 1150521