qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 00/32] testing/next: functional tests, qtest clocks, vm and keymaps (pre-PR-FINAL)
@ 2025-01-08 12:10 Alex Bennée
  2025-01-08 12:10 ` [PATCH v4 01/32] tests/functional: update the arm tuxrun tests Alex Bennée
                   ` (31 more replies)
  0 siblings, 32 replies; 46+ messages in thread
From: Alex Bennée @ 2025-01-08 12:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: Halil Pasic, Aurelien Jarno, qemu-riscv, Radoslaw Biernacki,
	Daniel Henrique Barboza, Alex Bennée, Marcel Apfelbaum,
	Richard Henderson, Beraldo Leal, Fabiano Rosas, Mark Cave-Ayland,
	Laurent Vivier, Nicholas Piggin, Marcin Juszkiewicz,
	Christian Borntraeger, Wainer dos Santos Moschetta,
	Marc-André Lureau, Ed Maste, Jiaxun Yang, Bernhard Beschow,
	Bin Meng, qemu-ppc, qemu-arm, Laurent Vivier, Joel Stanley,
	Philippe Mathieu-Daudé, John Snow, Michael S. Tsirkin,
	Pavel Dovgalyuk, Alistair Francis, Liu Zhiwei, Harsh Prateek Bora,
	Leif Lindholm, Cleber Rosa, Thomas Huth, Paolo Bonzini,
	qemu-s390x, Eric Farman, Weiwei Li, Daniel P. Berrangé,
	Markus Armbruster, Daniel Henrique Barboza, Palmer Dabbelt,
	Peter Maydell, Li-Wen Hsu

There are number of parts to this series.

The first is the updated images for all the guests that didn't make it
into 9.2. There are also some new functional tests for virtio-gpu
along with some other clean-ups.

The qtest patches focus on ensuring things calling clock_step and
clock_set actually pay attention to return values. The virtio tests
needed a little little re-jigging as they don't need timeout
loops at all (v2).

We bump libvirt-ci so we can move the riscv64 cross container to
testing/trixie which will hopefully make the image less prone to sid
breakages.

Finally we make a few tweaks to tests/vm which were helpful when
chasing the keymap issue. I still think there is a race condition in
there somewhere as I can't reliably build the FreeBSD VMs from
scratch.

The pc-bios dependency fixup I think addresses the failure but I'm a
little unsure about the meason stuff.

I did a v4 re-spin because I split apart some unrelated changes. I
still plan to send the PR at the end of the week.

For v2
  - add test/vm and lcitool updates
  - don't move clock_step, remove them for virtio tests
For v3
  - review comments and checkpatch fixes
  - MAINTAINERS updates
  - add zstd uncompress function and use it
For v4
  - split unrelated changes from vulkan tests
  - use utility functions for tuxruntest

The following still need review:

  tests/functional: update tuxruntest to use uncompress utility
  pc-bios: ensure keymaps dependencies set vnc tests
  tests/vm: allow interactive login as root
  tests/vm: partially un-tabify help output
  tests/docker: move riscv64 cross container from sid to trixie
  tests/functional: extend test_aarch64_virt with vulkan test
  tests/functional: bail aarch64_virt tests early if missing TCG
  tests/functional: remove unused kernel_command_line
  tests/functional: add zstd support to uncompress utility

Alex.

Alex Bennée (28):
  tests/functional: update the arm tuxrun tests
  tests/functional: update the i386 tuxrun tests
  tests/functional: add a m68k tuxrun tests
  tests/functional: update the mips32 tuxrun tests
  tests/functional: update the mips32el tuxrun tests
  tests/functional: update the mips64 tuxrun tests
  tests/functional: update the mips64el tuxrun tests
  tests/functional: update the ppc32 tuxrun tests
  tests/functional: update the ppc64 tuxrun tests
  tests/functional: update the riscv32 tuxrun tests
  tests/functional: update the riscv64 tuxrun tests
  tests/functional: update the s390x tuxrun tests
  tests/functional: update the sparc64 tuxrun tests
  tests/functional: update the x86_64 tuxrun tests
  tests/qtest: remove clock_steps from virtio tests
  system/qtest: properly feedback results of clock_[step|set]
  tests/functional: remove hacky sleep from the tests
  tests/functional: add zstd support to uncompress utility
  tests/functional: update tuxruntest to use uncompress utility
  tests/functional: remove unused kernel_command_line
  tests/functional: bail aarch64_virt tests early if missing TCG
  tests/functional: extend test_aarch64_virt with vulkan test
  tests/lcitool: bump to latest version of libvirt-ci
  tests/docker: move riscv64 cross container from sid to trixie
  tests/vm: fix build_path based path
  tests/vm: partially un-tabify help output
  tests/vm: allow interactive login as root
  pc-bios: ensure keymaps dependencies set vnc tests

Daniel P. Berrangé (1):
  tests/lcitool: remove temp workaround for debian mips64el

Philippe Mathieu-Daudé (1):
  dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker

Pierrick Bouvier (1):
  tests/functional/aarch64: add tests for FEAT_RME

Wainer dos Santos Moschetta (1):
  MAINTAINERS: Remove myself from reviewers

 MAINTAINERS                                   |   3 +-
 system/qtest.c                                |  23 ++--
 tests/qtest/libqos/virtio.c                   |   4 -
 .gitlab-ci.d/cirrus/freebsd-14.vars           |   2 +-
 pc-bios/keymaps/meson.build                   |  17 ++-
 .../dockerfiles/debian-mips64el-cross.docker  |   9 ++
 .../dockerfiles/debian-riscv64-cross.docker   |   4 +-
 .../dockerfiles/debian-tricore-cross.docker   |   2 -
 tests/functional/meson.build                  |   5 +
 tests/functional/qemu_test/tuxruntest.py      |  12 +-
 tests/functional/qemu_test/uncompress.py      |  26 ++++
 tests/functional/test_aarch64_rme_sbsaref.py  |  69 +++++++++++
 tests/functional/test_aarch64_rme_virt.py     |  98 +++++++++++++++
 tests/functional/test_aarch64_virt.py         | 117 ++++++++++++++----
 tests/functional/test_arm_tuxrun.py           |  28 ++---
 tests/functional/test_i386_tuxrun.py          |   8 +-
 tests/functional/test_m68k_tuxrun.py          |  34 +++++
 tests/functional/test_mips64_tuxrun.py        |   8 +-
 tests/functional/test_mips64el_tuxrun.py      |   8 +-
 tests/functional/test_mips_tuxrun.py          |   8 +-
 tests/functional/test_mipsel_tuxrun.py        |   8 +-
 tests/functional/test_ppc64_tuxrun.py         |  16 +--
 tests/functional/test_ppc_tuxrun.py           |   8 +-
 tests/functional/test_riscv32_tuxrun.py       |   8 +-
 tests/functional/test_riscv64_tuxrun.py       |  16 +--
 tests/functional/test_s390x_tuxrun.py         |   8 +-
 tests/functional/test_sparc64_tuxrun.py       |   8 +-
 tests/functional/test_x86_64_tuxrun.py        |   8 +-
 tests/lcitool/libvirt-ci                      |   2 +-
 tests/lcitool/mappings.yml                    |  29 -----
 tests/lcitool/refresh                         |   4 +-
 tests/qtest/meson.build                       |   2 +-
 tests/vm/Makefile.include                     |  29 ++---
 tests/vm/basevm.py                            |  12 +-
 tests/vm/generated/freebsd.json               |   2 +-
 35 files changed, 463 insertions(+), 182 deletions(-)
 create mode 100755 tests/functional/test_aarch64_rme_sbsaref.py
 create mode 100755 tests/functional/test_aarch64_rme_virt.py
 create mode 100644 tests/functional/test_m68k_tuxrun.py

-- 
2.39.5



^ permalink raw reply	[flat|nested] 46+ messages in thread

end of thread, other threads:[~2025-01-13 17:53 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 12:10 [PATCH v4 00/32] testing/next: functional tests, qtest clocks, vm and keymaps (pre-PR-FINAL) Alex Bennée
2025-01-08 12:10 ` [PATCH v4 01/32] tests/functional: update the arm tuxrun tests Alex Bennée
2025-01-08 12:10 ` [PATCH v4 02/32] tests/functional: update the i386 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 03/32] tests/functional: add a m68k " Alex Bennée
2025-01-08 12:29   ` Daniel P. Berrangé
2025-01-08 12:10 ` [PATCH v4 04/32] tests/functional: update the mips32 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 05/32] tests/functional: update the mips32el " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 06/32] tests/functional: update the mips64 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 07/32] tests/functional: update the mips64el " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 08/32] tests/functional: update the ppc32 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 09/32] tests/functional: update the ppc64 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 10/32] tests/functional: update the riscv32 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 11/32] tests/functional: update the riscv64 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 12/32] tests/functional: update the s390x " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 13/32] tests/functional: update the sparc64 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 14/32] tests/functional: update the x86_64 " Alex Bennée
2025-01-08 12:10 ` [PATCH v4 15/32] tests/functional/aarch64: add tests for FEAT_RME Alex Bennée
2025-01-08 12:10 ` [PATCH v4 16/32] tests/qtest: remove clock_steps from virtio tests Alex Bennée
2025-01-08 12:10 ` [PATCH v4 17/32] system/qtest: properly feedback results of clock_[step|set] Alex Bennée
2025-01-13 15:22   ` Michael Tokarev
2025-01-13 16:26     ` Alex Bennée
2025-01-13 17:52       ` Michael Tokarev
2025-01-08 12:10 ` [PATCH v4 18/32] tests/functional: remove hacky sleep from the tests Alex Bennée
2025-01-08 12:10 ` [PATCH v4 19/32] tests/functional: add zstd support to uncompress utility Alex Bennée
2025-01-08 12:32   ` Daniel P. Berrangé
2025-01-08 14:08   ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 20/32] tests/functional: update tuxruntest to use " Alex Bennée
2025-01-08 14:09   ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 21/32] tests/functional: remove unused kernel_command_line Alex Bennée
2025-01-08 14:15   ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 22/32] tests/functional: bail aarch64_virt tests early if missing TCG Alex Bennée
2025-01-08 14:16   ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 23/32] tests/functional: extend test_aarch64_virt with vulkan test Alex Bennée
2025-01-08 14:17   ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 24/32] tests/lcitool: bump to latest version of libvirt-ci Alex Bennée
2025-01-08 12:10 ` [PATCH v4 25/32] tests/docker: move riscv64 cross container from sid to trixie Alex Bennée
2025-01-08 12:10 ` [PATCH v4 26/32] tests/lcitool: remove temp workaround for debian mips64el Alex Bennée
2025-01-08 12:10 ` [PATCH v4 27/32] tests/vm: fix build_path based path Alex Bennée
2025-01-08 12:10 ` [PATCH v4 28/32] tests/vm: partially un-tabify help output Alex Bennée
2025-01-08 14:23   ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 29/32] tests/vm: allow interactive login as root Alex Bennée
2025-01-08 14:25   ` Thomas Huth
2025-01-08 12:10 ` [PATCH v4 30/32] pc-bios: ensure keymaps dependencies set vnc tests Alex Bennée
2025-01-09 12:13   ` Paolo Bonzini
2025-01-08 12:10 ` [PATCH v4 31/32] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker Alex Bennée
2025-01-08 12:10 ` [PATCH v4 32/32] MAINTAINERS: Remove myself from reviewers Alex Bennée

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).