mbox series

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

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

Message

Alex Bennée Nov. 11, 2024, 11 p.m. UTC
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(-)