The following changes since commit d8a9d97317d03190b34498741f98f22e2a9afe3e:
Merge tag 'pull-target-arm-20260226' of https://gitlab.com/pm215/qemu into staging (2026-02-26 16:00:07 +0000) are available in the Git repository at: https://gitlab.com/stsquad/qemu.git tags/pull-11.0-testing-updates-270226-2 for you to fetch changes up to 49105fa01059c100332a583816ba97562e181586: tests/functional: add Arm VBSA uefi conformance test (2026-02-27 12:54:17 +0000) ---------------------------------------------------------------- testing updates (vm, docker, arm functional) - migrate non-lcitool Debian containers to Trixie (13) - remove legacy-test-cross hacks - fix some minor make vm- Makefile issues - bump OpenBSD to 7.8 - add VBSA EFI functional test for Arm ---------------------------------------------------------------- Alex Bennée (6): tests/docker: migrate legacy-test-cross compilers to trixie tests/vm: bump OpenBSD to the current 7.8 release tests/vm: remove unused import tests/vm: fix interactive boot tests/vm: build openbsd from lcitool data tests/functional: add Arm VBSA uefi conformance test John Snow (1): tests/docker: upgrade most non-lcitool debian tests to debian 13 configure | 10 +- .gitlab-ci.d/buildtest.yml | 12 --- .gitlab-ci.d/container-cross.yml | 6 -- .gitlab-ci.d/containers.yml | 1 - .../dockerfiles/debian-all-test-cross.docker | 8 +- .../docker/dockerfiles/debian-hexagon-cross.docker | 11 ++- .../dockerfiles/debian-legacy-test-cross.docker | 51 ---------- .../dockerfiles/debian-loongarch-cross.docker | 10 +- tests/docker/dockerfiles/debian-toolchain.docker | 8 +- .../docker/dockerfiles/debian-tricore-cross.docker | 5 +- .../docker/dockerfiles/debian-xtensa-cross.docker | 2 +- tests/functional/aarch64/meson.build | 1 + tests/functional/aarch64/test_virt_vbsa.py | 106 +++++++++++++++++++++ tests/lcitool/libvirt-ci | 2 +- tests/lcitool/refresh | 13 ++- tests/vm/Makefile.include | 2 +- tests/vm/generated/openbsd.json | 27 ++++++ tests/vm/openbsd | 47 +-------- 18 files changed, 175 insertions(+), 147 deletions(-) delete mode 100644 tests/docker/dockerfiles/debian-legacy-test-cross.docker create mode 100755 tests/functional/aarch64/test_virt_vbsa.py create mode 100644 tests/vm/generated/openbsd.json -- 2.47.3
