Re: [PATCH v10 01/10] virtio-gpu: Unrealize GL device

2024-05-07 Thread Marc-André Lureau
Hi On Sun, May 5, 2024 at 12:29 AM Dmitry Osipenko wrote: > > Even though GL GPU doesn't support hotplugging today, free virgl > resources when GL device is unrealized. For consistency. > > Signed-off-by: Dmitry Osipenko > --- > hw/display/virtio-gpu-gl.c | 11 +++ > hw/display/virt

[PATCH v10 01/10] virtio-gpu: Unrealize GL device

2024-05-04 Thread Dmitry Osipenko
Even though GL GPU doesn't support hotplugging today, free virgl resources when GL device is unrealized. For consistency. Signed-off-by: Dmitry Osipenko --- hw/display/virtio-gpu-gl.c | 11 +++ hw/display/virtio-gpu-virgl.c | 9 + include/hw/virtio/virtio-gpu.h | 1 + 3 fi