Re: [PATCH v2 0/2] virtio-gpu: coverity fixes

2024-11-18 Thread Alex Bennée
"Michael S. Tsirkin" writes: > On Mon, Nov 11, 2024 at 11:00:38PM +, Alex Bennée wrote: >> v2, >> >> Fixes after Dimitry's review. > > > You should CC Gerd. Since 2f8cd5a9b6 (MAINTAINERS: drop virtio-gpu maintainership) virtio-gpu is currently orphaned for maintainers. I've been reaching ou

Re: [PATCH v2 0/2] virtio-gpu: coverity fixes

2024-11-14 Thread Michael S. Tsirkin
On Mon, Nov 11, 2024 at 11:00:38PM +, Alex Bennée wrote: > v2, > > Fixes after Dimitry's review. You should CC Gerd. > Alex. > > Alex Bennée (2): > hw/display: factor out the scanout blob to fb conversion > hw/display: check frame buffer can hold blob > > include/hw/virtio/virtio-gpu

[PATCH v2 0/2] virtio-gpu: coverity fixes

2024-11-11 Thread Alex Bennée
v2, Fixes after Dimitry's review. Alex. Alex Bennée (2): hw/display: factor out the scanout blob to fb conversion hw/display: check frame buffer can hold blob include/hw/virtio/virtio-gpu.h | 15 + hw/display/virtio-gpu-virgl.c | 22 + hw/display/virtio-gpu.c|