[PATCH 00/11] maintainer updates for October (gitlab, gpu, plugins, docs) pre-PR

Alex Bennée posted 11 patches 3 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251016150357.876415-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, John Levon <john.levon@nutanix.com>, Thanos Makatos <thanos.makatos@nutanix.com>, "Cédric Le Goater" <clg@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>, Dmitry Osipenko <dmitry.osipenko@collabora.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
docs/system/device-emulation.rst              |  18 +-
docs/system/devices/vfio-user.rst             |   2 +-
docs/system/devices/vhost-user-input.rst      |  45 ----
docs/system/devices/vhost-user-rng.rst        |  41 ----
docs/system/devices/virtio/index.rst          |  29 +++
.../devices/virtio/vhost-user-contrib.rst     |  87 +++++++
.../devices/{ => virtio}/vhost-user.rst       |  22 +-
.../devices/{ => virtio}/virtio-gpu.rst       |   4 +-
.../devices/{ => virtio}/virtio-pmem.rst      |   6 +-
.../devices/{ => virtio}/virtio-snd.rst       |   2 +-
qapi/virtio.json                              |  10 +-
hw/display/virtio-gpu-base.c                  |   9 +
hw/display/virtio-gpu-virgl.c                 |   4 +
tests/tcg/multiarch/linux/linux-test.c        |   9 +-
ui/gtk-gl-area.c                              |  17 +-
.gitlab-ci.d/custom-runners.yml               |   1 -
.../custom-runners/ubuntu-24.04-aarch32.yml   |  25 --
.../custom-runners/ubuntu-24.04-aarch64.yml   | 230 ++++++++----------
contrib/plugins/uftrace_symbols.py            | 120 +++++----
hw/display/trace-events                       |   2 +
scripts/ci/setup/ubuntu/build-environment.yml |  17 --
.../setup/ubuntu/ubuntu-2204-armhf-cross.yml  | 127 ----------
22 files changed, 361 insertions(+), 466 deletions(-)
delete mode 100644 docs/system/devices/vhost-user-input.rst
delete mode 100644 docs/system/devices/vhost-user-rng.rst
create mode 100644 docs/system/devices/virtio/index.rst
create mode 100644 docs/system/devices/virtio/vhost-user-contrib.rst
rename docs/system/devices/{ => virtio}/vhost-user.rst (77%)
rename docs/system/devices/{ => virtio}/virtio-gpu.rst (99%)
rename docs/system/devices/{ => virtio}/virtio-pmem.rst (98%)
rename docs/system/devices/{ => virtio}/virtio-snd.rst (99%)
delete mode 100644 .gitlab-ci.d/custom-runners/ubuntu-24.04-aarch32.yml
delete mode 100644 scripts/ci/setup/ubuntu/ubuntu-2204-armhf-cross.yml
[PATCH 00/11] maintainer updates for October (gitlab, gpu, plugins, docs) pre-PR
Posted by Alex Bennée 3 months, 3 weeks ago
Softfreeze is only a few short weeks away so I want to flush out what
is ready from my various maintainer trees.

Most have already been reviewed from the various sub-trees but the
following could still do with a quick look over:

  hw/display: add blob map/unmap trace events
  gitlab: drop aarch32 runner and associated bits
  gitlab: use template for ubuntu-24.04-aarch64 jobs

Alex.

Alex Bennée (7):
  gitlab: use template for ubuntu-24.04-aarch64 jobs
  gitlab: drop aarch32 runner and associated bits
  hw/display: add blob map/unmap trace events
  docs/system: split VirtIO devices from the rest
  docs/system: unify the naming style for VirtIO devices
  docs/system: drop vhost-user-rng docs
  docs/system: merge vhost-user-input into vhost-user-contrib

Andrew Keesler (1):
  Support per-head resolutions with virtio-gpu

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

Peter Maydell (1):
  tests/tcg/multiarch/linux/linux-test: Don't try to test atime update

Pierrick Bouvier (1):
  contrib/plugins/uftrace_symbols.py: generate debug files to map
    symbols to source

 docs/system/device-emulation.rst              |  18 +-
 docs/system/devices/vfio-user.rst             |   2 +-
 docs/system/devices/vhost-user-input.rst      |  45 ----
 docs/system/devices/vhost-user-rng.rst        |  41 ----
 docs/system/devices/virtio/index.rst          |  29 +++
 .../devices/virtio/vhost-user-contrib.rst     |  87 +++++++
 .../devices/{ => virtio}/vhost-user.rst       |  22 +-
 .../devices/{ => virtio}/virtio-gpu.rst       |   4 +-
 .../devices/{ => virtio}/virtio-pmem.rst      |   6 +-
 .../devices/{ => virtio}/virtio-snd.rst       |   2 +-
 qapi/virtio.json                              |  10 +-
 hw/display/virtio-gpu-base.c                  |   9 +
 hw/display/virtio-gpu-virgl.c                 |   4 +
 tests/tcg/multiarch/linux/linux-test.c        |   9 +-
 ui/gtk-gl-area.c                              |  17 +-
 .gitlab-ci.d/custom-runners.yml               |   1 -
 .../custom-runners/ubuntu-24.04-aarch32.yml   |  25 --
 .../custom-runners/ubuntu-24.04-aarch64.yml   | 230 ++++++++----------
 contrib/plugins/uftrace_symbols.py            | 120 +++++----
 hw/display/trace-events                       |   2 +
 scripts/ci/setup/ubuntu/build-environment.yml |  17 --
 .../setup/ubuntu/ubuntu-2204-armhf-cross.yml  | 127 ----------
 22 files changed, 361 insertions(+), 466 deletions(-)
 delete mode 100644 docs/system/devices/vhost-user-input.rst
 delete mode 100644 docs/system/devices/vhost-user-rng.rst
 create mode 100644 docs/system/devices/virtio/index.rst
 create mode 100644 docs/system/devices/virtio/vhost-user-contrib.rst
 rename docs/system/devices/{ => virtio}/vhost-user.rst (77%)
 rename docs/system/devices/{ => virtio}/virtio-gpu.rst (99%)
 rename docs/system/devices/{ => virtio}/virtio-pmem.rst (98%)
 rename docs/system/devices/{ => virtio}/virtio-snd.rst (99%)
 delete mode 100644 .gitlab-ci.d/custom-runners/ubuntu-24.04-aarch32.yml
 delete mode 100644 scripts/ci/setup/ubuntu/ubuntu-2204-armhf-cross.yml

-- 
2.47.3