mbox series

[0/2] virtio-gpu: coverity fixes

Message ID 20241104165348.2361299-1-alex.bennee@linaro.org (mailing list archive)
Headers show
Series virtio-gpu: coverity fixes | expand

Message

Alex Bennée Nov. 4, 2024, 4:53 p.m. UTC
Hi Dimitry,

I'd already started this before I saw your email so I thought I might
as well push what I had. Feel free to review/use as a base/ignore as
you wish ;-)

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  | 21 +----------
 hw/display/virtio-gpu.c        | 65 ++++++++++++++++++++++------------
 3 files changed, 58 insertions(+), 43 deletions(-)