Hi Stefan! The following changes since commit bc98ffdc7577e55ab8373c579c28fe24d600c40f:
Merge tag 'pull-10.1-maintainer-may-2025-070625-1' of https://gitlab.com/stsquad/qemu into staging (2025-06-07 15:08:55 -0400) are available in the Git repository at: https://gitlab.com/thuth/qemu.git tags/pull-request-2025-06-11 for you to fetch changes up to 1da0025ecd527c833697822511057f1b93579045: scripts/meson-buildoptions: Sort coroutine_backend choices lexicographically (2025-06-11 13:08:31 +0200) ---------------------------------------------------------------- * Remove aarch64 job from travis.yml * Remove deprecated s390-ccw-virtio-4.1 machine * Add memlock functional test * Various other small updates and fixes ---------------------------------------------------------------- Akihiko Odaki (1): MAINTAINERS: Update Akihiko Odaki's affiliation Alexandr Moshkov (2): tests/functional: add skipLockedMemoryTest decorator tests/functional: add memlock tests Bernhard Beschow (1): scripts/meson-buildoptions: Sort coroutine_backend choices lexicographically Haseung Bong (1): tests/vm/README: fix documentation path in tests/vm/README Thomas Huth (5): travis.yml: Remove the aarch64 job hw/s390x/s390-virtio-ccw: Remove the deprecated 4.1 machine type tests/functional: Use the 'none' machine for the VNC test tests/functional: Speed up the avr_mega2560 test MAINTAINERS: Update the paths to the testing documentation files MAINTAINERS | 31 +++++++------ hw/s390x/s390-virtio-ccw.c | 14 ------ target/s390x/gen-features.c | 4 -- .mailmap | 3 +- .travis.yml | 35 -------------- scripts/meson-buildoptions.sh | 2 +- tests/functional/meson.build | 1 + tests/functional/qemu_test/__init__.py | 2 +- tests/functional/qemu_test/decorators.py | 18 ++++++++ tests/functional/test_avr_mega2560.py | 11 ++--- tests/functional/test_memlock.py | 79 ++++++++++++++++++++++++++++++++ tests/functional/test_vnc.py | 4 ++ tests/vm/README | 2 +- 13 files changed, 127 insertions(+), 79 deletions(-) create mode 100755 tests/functional/test_memlock.py