mbox

[PULL,for,9.2,0/4] updates (virtio-gpu, gdbstub testing, MAINTAINERS)

Message ID 20241118204123.3083310-1-alex.bennee@linaro.org (mailing list archive)
State New
Headers show

Pull-request

https://gitlab.com/stsquad/qemu.git tags/pull-9.2-rc-updates-181124-1

Message

Alex Bennée Nov. 18, 2024, 8:41 p.m. UTC
The following changes since commit 0fbc798e4f51d6d2bc05f4965b0eae74ba204471:

  Merge tag 'pull-vfio-20241118' of https://github.com/legoater/qemu into staging (2024-11-18 10:04:04 +0000)

are available in the Git repository at:

  https://gitlab.com/stsquad/qemu.git tags/pull-9.2-rc-updates-181124-1

for you to fetch changes up to d6902d7022ba1405a991c94a99b37259d0a6d3a7:

  hw/display: check frame buffer can hold blob (2024-11-18 15:54:48 +0000)

----------------------------------------------------------------
Misc fixes for 9.2

  - fix remaining gdbstub test cases to exit cleanly
  - update MAINTAINERS with qemu-rust mailing list details
  - re-factor virtio-gpu and fix coverity warnings

----------------------------------------------------------------
Alex Bennée (2):
      hw/display: factor out the scanout blob to fb conversion
      hw/display: check frame buffer can hold blob

Ilya Leoshkevich (1):
      tests/tcg: Stop using exit() in the gdbstub testcases

Manos Pitsidianakis (1):
      MAINTAINERS: CC rust/ patches to qemu-rust list

 MAINTAINERS                                       |  5 ++
 include/hw/virtio/virtio-gpu.h                    | 15 ++++++
 hw/display/virtio-gpu-virgl.c                     | 22 +--------
 hw/display/virtio-gpu.c                           | 59 ++++++++++++++---------
 tests/guest-debug/test_gdbstub.py                 | 14 ++++--
 tests/tcg/multiarch/gdbstub/interrupt.py          |  4 +-
 tests/tcg/multiarch/gdbstub/prot-none.py          |  4 +-
 tests/tcg/multiarch/gdbstub/test-proc-mappings.py |  4 +-
 8 files changed, 73 insertions(+), 54 deletions(-)