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

Alex Bennée posted 2 patches 1 week, 4 days ago
include/hw/virtio/virtio-gpu.h | 15 +++++++++
hw/display/virtio-gpu-virgl.c  | 22 +------------
hw/display/virtio-gpu.c        | 59 +++++++++++++++++++++-------------
3 files changed, 52 insertions(+), 44 deletions(-)
[PATCH v2 0/2] virtio-gpu: coverity fixes
Posted by Alex Bennée 1 week, 4 days ago
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        | 59 +++++++++++++++++++++-------------
 3 files changed, 52 insertions(+), 44 deletions(-)

-- 
2.39.5


Re: [PATCH v2 0/2] virtio-gpu: coverity fixes
Posted by Michael S. Tsirkin 1 week, 2 days ago
On Mon, Nov 11, 2024 at 11:00:38PM +0000, 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.h | 15 +++++++++
>  hw/display/virtio-gpu-virgl.c  | 22 +------------
>  hw/display/virtio-gpu.c        | 59 +++++++++++++++++++++-------------
>  3 files changed, 52 insertions(+), 44 deletions(-)
> 
> -- 
> 2.39.5
Re: [PATCH v2 0/2] virtio-gpu: coverity fixes
Posted by Alex Bennée 5 days, 6 hours ago
"Michael S. Tsirkin" <mst@redhat.com> writes:

> On Mon, Nov 11, 2024 at 11:00:38PM +0000, 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 out
to various teams with GPU experience (including Dimitry) to see if we
can find a replacement maintainer. For now I'm happy to test and
upstream odd fixes.

>
>> 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        | 59 +++++++++++++++++++++-------------
>>  3 files changed, 52 insertions(+), 44 deletions(-)
>> 
>> -- 
>> 2.39.5

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro