mbox

[PULL,0/6] Functional test fixes for 10.0-rc2

Message ID 20250327080622.954388-1-thuth@redhat.com (mailing list archive)
State New
Headers show

Pull-request

https://gitlab.com/thuth/qemu.git tags/pull-request-2025-03-27

Message

Thomas Huth March 27, 2025, 8:06 a.m. UTC
Hi Stefan!

The following changes since commit b876e721f1c939f3e83ac85bd3c1c2821e12b3fa:

  Update version for v10.0.0-rc1 release (2025-03-25 13:58:14 -0400)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2025-03-27

for you to fetch changes up to 5a8d024f8d3f55846cb8385b025d795fee4afd35:

  tests/functional/test_vnc: Skip test if VNC support is not available (2025-03-27 08:59:35 +0100)

----------------------------------------------------------------
* Make some functional tests more robust
* Fix a typo in the s390x code

----------------------------------------------------------------
Peter Maydell (1):
      tests/functional/meson.build: Bump arm_aspeed_bletchley timeout

Philippe Mathieu-Daudé (1):
      target/s390x: Fix a typo in s390_cpu_class_init()

Thomas Huth (4):
      tests/functional/test_ppc64_replay: Mark the e500 test as flaky
      tests/functional: Add missing require_netdev('user') statements
      tests/functional/test_aarch64_virt_gpu: Skip if "dbus" display isn't available
      tests/functional/test_vnc: Skip test if VNC support is not available

 MAINTAINERS                                  |  2 +-
 target/s390x/cpu.c                           |  2 +-
 tests/functional/meson.build                 |  2 +-
 tests/functional/test_aarch64_rme_sbsaref.py |  1 +
 tests/functional/test_aarch64_rme_virt.py    |  4 +++-
 tests/functional/test_aarch64_virt_gpu.py    |  2 ++
 tests/functional/test_arm_bpim2u.py          |  2 ++
 tests/functional/test_arm_cubieboard.py      |  2 ++
 tests/functional/test_arm_orangepi.py        |  4 ++++
 tests/functional/test_ppc64_hv.py            |  3 +++
 tests/functional/test_ppc64_replay.py        |  3 ++-
 tests/functional/test_vnc.py                 | 26 ++++++++++++++++++++++----
 tests/functional/test_x86_64_kvm_xen.py      |  1 +
 13 files changed, 45 insertions(+), 9 deletions(-)

Comments

Stefan Hajnoczi March 28, 2025, 11:48 a.m. UTC | #1
Applied, thanks.

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