[PULL 00/10] Misc patches (functional tests, travis.yml, MAINTAINERS, ...)

Thomas Huth posted 10 patches 5 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250611125846.125918-1-thuth@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Michael Rolnik <mrolnik@gmail.com>
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
[PULL 00/10] Misc patches (functional tests, travis.yml, MAINTAINERS, ...)
Posted by Thomas Huth 5 months, 1 week ago
 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
Re: [PULL 00/10] Misc patches (functional tests, travis.yml, MAINTAINERS, ...)
Posted by Stefan Hajnoczi 5 months ago
Applied, thanks.

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