[PULL 0/7] testing updates (vm, docker, arm functional)

Alex Bennée posted 7 patches 2 days, 15 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260227151805.2335641-1-alex.bennee@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>
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
[PULL 0/7] testing updates (vm, docker, arm functional)
Posted by Alex Bennée 2 days, 15 hours ago
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


Re: [PULL 0/7] testing updates (vm, docker, arm functional)
Posted by Peter Maydell 19 hours ago
On Fri, 27 Feb 2026 at 15:19, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> 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
>
> ----------------------------------------------------------------



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.0
for any user-visible changes.

-- PMM