mbox series

[v3,00/20] Maintainer updates for May (testing, plugins, virtio-gpu) - pre-PR

Message ID 20250521164250.135776-1-alex.bennee@linaro.org
Headers show
Series Maintainer updates for May (testing, plugins, virtio-gpu) - pre-PR | expand

Message

Alex Bennée May 21, 2025, 4:42 p.m. UTC
Now the tree is open here is the state of my current maintainer
queues. I've tagged the virtio-gpu changes as Cc: qemu-stable but
given how close to release we were it didn't seem worth rushing them
in for 10.0. I've included a MAINTAINERS patch just to make sure I can
route any more fixes until a more full time maintainer volunteers.

Unless there are any major objections I intend to send the PR on Friday.

For v3
  - addressed review comments
  - included gdb/next patches

For v2
  - addressed various comments (see bellow --- in commits)
  - added Akihiko/Dmitry as virtio-gpu reviewers

The following still need review:

  MAINTAINERS: add Akihiko and Dmitry as reviewers
  MAINTAINERS: add myself to virtio-gpu for Odd Fixes
  tests/Makefile: include test-plugins in per-arch build deps
  tests/tcg: make aarch64 boot.S handle different starting modes
  tests/docker: expose $HOME/.cache/qemu as docker volume

Alex.

Alex Bennée (12):
  tests/docker: expose $HOME/.cache/qemu as docker volume
  gitlab: disable debug info on CI builds
  tests/tcg: make aarch64 boot.S handle different starting modes
  tests/Makefile: include test-plugins in per-arch build deps
  contrib/plugins: add a scaling factor to the ips arg
  contrib/plugins: allow setting of instructions per quantum
  MAINTAINERS: add myself to virtio-gpu for Odd Fixes
  MAINTAINERS: add Akihiko and Dmitry as reviewers
  hw/display: re-arrange memory region tracking
  include/exec: fix assert in size_memop
  include/gdbstub: fix include guard in commands.h
  gdbstub: assert earlier in handle_read_all_regs

Dominik 'Disconnect3d' Czarnota (1):
  gdbstub: Implement qGDBServerVersion packet

Dongwon Kim (1):
  ui/gtk-gl-area: Remove extra draw call in refresh

Gustavo Romero (1):
  tests/functional: Add PCI hotplug test for aarch64

Manos Pitsidianakis (3):
  virtio-gpu: fix hang under TCG when unmapping blob
  virtio-gpu: refactor async blob unmapping
  gdbstub: update aarch64-core.xml

Nabih Estefan (1):
  tests/qtest: fix igb test failure under --enable-ubsan

Yiwei Zhang (1):
  virtio-gpu: support context init multiple timeline

 MAINTAINERS                                  |  11 +-
 docs/about/emulation.rst                     |   4 +
 include/exec/memop.h                         |   4 +-
 include/gdbstub/commands.h                   |   2 +-
 include/system/memory.h                      |   1 +
 contrib/plugins/ips.c                        |  49 +++++-
 gdbstub/gdbstub.c                            |  19 ++-
 hw/display/virtio-gpu-virgl.c                | 104 ++++++++---
 tests/qtest/libqos/igb.c                     |   4 +-
 ui/gtk-gl-area.c                             |   1 -
 .gitlab-ci.d/buildtest-template.yml          |   1 +
 gdb-xml/aarch64-core.xml                     |  52 +++++-
 tests/Makefile.include                       |   2 +-
 tests/docker/Makefile.include                |  10 +-
 tests/functional/meson.build                 |   1 +
 tests/functional/test_aarch64_hotplug_pci.py |  74 ++++++++
 tests/tcg/aarch64/Makefile.softmmu-target    |   3 +-
 tests/tcg/aarch64/system/boot.S              | 171 ++++++++++++++++++-
 18 files changed, 464 insertions(+), 49 deletions(-)
 create mode 100755 tests/functional/test_aarch64_hotplug_pci.py