Re: [PATCH v2 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function

2023-05-10 Thread Bernhard Beschow
Am 10. Mai 2023 07:56:15 UTC schrieb "Philippe Mathieu-Daudé" : >On 30/4/23 23:48, Bernhard Beschow wrote: >> >> >> Am 28. April 2023 16:48:21 UTC schrieb Gurchetan Singh >> : >>> From: Gurchetan Singh >>> >>> This reduces the amount of renderer backend specific needed to >>> be exposed to

Re: [PATCH v2 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function

2023-05-10 Thread Philippe Mathieu-Daudé
On 30/4/23 23:48, Bernhard Beschow wrote: Am 28. April 2023 16:48:21 UTC schrieb Gurchetan Singh : From: Gurchetan Singh This reduces the amount of renderer backend specific needed to be exposed to the GL device. We only need one realize function per renderer backend. Signed-off-by: Gurch

Re: [PATCH v2 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function

2023-05-05 Thread Gurchetan Singh
On Fri, May 5, 2023 at 10:48 AM Bernhard Beschow wrote: > Am 1. Mai 2023 16:53:03 UTC schrieb Gurchetan Singh < > gurchetansi...@chromium.org>: > >On Sun, Apr 30, 2023 at 2:48 PM Bernhard Beschow > wrote: > > > >> > >> > >> Am 28. April 2023 16:48:21 UTC schrieb Gurchetan Singh < > >> gurchetans

Re: [PATCH v2 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function

2023-05-05 Thread Bernhard Beschow
Am 1. Mai 2023 16:53:03 UTC schrieb Gurchetan Singh : >On Sun, Apr 30, 2023 at 2:48 PM Bernhard Beschow wrote: > >> >> >> Am 28. April 2023 16:48:21 UTC schrieb Gurchetan Singh < >> gurchetansi...@chromium.org>: >> >From: Gurchetan Singh >> > >> >This reduces the amount of renderer backend speci

Re: [PATCH v2 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function

2023-05-01 Thread Gurchetan Singh
On Sun, Apr 30, 2023 at 2:48 PM Bernhard Beschow wrote: > > > Am 28. April 2023 16:48:21 UTC schrieb Gurchetan Singh < > gurchetansi...@chromium.org>: > >From: Gurchetan Singh > > > >This reduces the amount of renderer backend specific needed to > >be exposed to the GL device. We only need one

Re: [PATCH v2 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function

2023-04-30 Thread Bernhard Beschow
Am 28. April 2023 16:48:21 UTC schrieb Gurchetan Singh : >From: Gurchetan Singh > >This reduces the amount of renderer backend specific needed to >be exposed to the GL device. We only need one realize function >per renderer backend. > >Signed-off-by: Gurchetan Singh >Reviewed-by: Philippe Ma

[PATCH v2 3/5] hw/display/virtio-gpu-virgl: define callbacks in realize function

2023-04-28 Thread Gurchetan Singh
From: Gurchetan Singh This reduces the amount of renderer backend specific needed to be exposed to the GL device. We only need one realize function per renderer backend. Signed-off-by: Gurchetan Singh Reviewed-by: Philippe Mathieu-Daudé --- v1: - Remove NULL inits (Philippe) - Use VIRTIO_