[PULL 00/12] qtest, s390x, avocado and doc patches

Thomas Huth posted 12 patches 2 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240702103310.347201-1-thuth@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Alexandre Iooss <erdnaxe@crans.org>, Mahmoud Mandour <ma.mandourr@gmail.com>, Pierrick Bouvier <pierrick.bouvier@linaro.org>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Cleber Rosa <crosa@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>
docs/devel/tcg-plugins.rst           |  4 +-
include/hw/s390x/s390_flic.h         |  1 +
hw/intc/s390_flic.c                  | 75 ++++++++++++++++++++++++++++++++++--
hw/s390x/s390-virtio-ccw.c           |  8 ++++
tests/qtest/device-introspect-test.c |  7 ++--
tests/qtest/libqtest.c               |  3 ++
tests/qtest/migration-test.c         | 12 ------
tests/qtest/qos-test.c               | 16 ++++++--
tests/qtest/vhost-user-test.c        |  6 +--
.travis.yml                          |  6 +++
pc-bios/s390-ccw/Makefile            |  4 +-
tests/avocado/hotplug_blk.py         | 69 +++++++++++++++++++++++++++++++++
12 files changed, 181 insertions(+), 30 deletions(-)
create mode 100644 tests/avocado/hotplug_blk.py
[PULL 00/12] qtest, s390x, avocado and doc patches
Posted by Thomas Huth 2 months, 1 week ago
 Hi Richard!

The following changes since commit c80a339587fe4148292c260716482dd2f86d4476:

  Merge tag 'pull-target-arm-20240701' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-07-01 10:41:45 -0700)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2024-07-02

for you to fetch changes up to e3e2708fee10e6df413c36a71b100c59710e727e:

  pc-bios/s390-ccw: Remove duplicated LDFLAGS (2024-07-02 09:52:38 +0200)

----------------------------------------------------------------
* Fix interrupt controller migration on s390x with TCG and enable qtest
* Fix memory leaks in qtests
* Use a proper qom-tree parent for s390x virtio-net devices
* Add hotplug avocado test for virtio-blk
* Fix Travis jobs (need python3-tomli now)

----------------------------------------------------------------
Akihiko Odaki (5):
      tests/qtest: Use qtest_add_data_func_full()
      tests/qtest: Free unused QMP response
      tests/qtest: Free old machine variable name
      tests/qtest: Free paths
      tests/qtest: Free GThread

Alexandre Iooss (1):
      docs: add precision about capstone for execlog plugin

Nicholas Piggin (1):
      tests/qtest/migration-test: enable on s390x with TCG

Thomas Huth (4):
      hw/intc/s390_flic: Fix interrupt controller migration on s390x with TCG
      hw/s390x: Attach default virtio-net devices to the /machine/virtual-css-bridge
      .travis.yml: Install python3-tomli in all build jobs
      pc-bios/s390-ccw: Remove duplicated LDFLAGS

Vladimir Sementsov-Ogievskiy (1):
      tests/avocado: add hotplug_blk test

 docs/devel/tcg-plugins.rst           |  4 +-
 include/hw/s390x/s390_flic.h         |  1 +
 hw/intc/s390_flic.c                  | 75 ++++++++++++++++++++++++++++++++++--
 hw/s390x/s390-virtio-ccw.c           |  8 ++++
 tests/qtest/device-introspect-test.c |  7 ++--
 tests/qtest/libqtest.c               |  3 ++
 tests/qtest/migration-test.c         | 12 ------
 tests/qtest/qos-test.c               | 16 ++++++--
 tests/qtest/vhost-user-test.c        |  6 +--
 .travis.yml                          |  6 +++
 pc-bios/s390-ccw/Makefile            |  4 +-
 tests/avocado/hotplug_blk.py         | 69 +++++++++++++++++++++++++++++++++
 12 files changed, 181 insertions(+), 30 deletions(-)
 create mode 100644 tests/avocado/hotplug_blk.py
Re: [PULL 00/12] qtest, s390x, avocado and doc patches
Posted by Richard Henderson 2 months ago
On 7/2/24 03:32, Thomas Huth wrote:
>   Hi Richard!
> 
> The following changes since commit c80a339587fe4148292c260716482dd2f86d4476:
> 
>    Merge tag 'pull-target-arm-20240701' ofhttps://git.linaro.org/people/pmaydell/qemu-arm  into staging (2024-07-01 10:41:45 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git  tags/pull-request-2024-07-02
> 
> for you to fetch changes up to e3e2708fee10e6df413c36a71b100c59710e727e:
> 
>    pc-bios/s390-ccw: Remove duplicated LDFLAGS (2024-07-02 09:52:38 +0200)
> 
> ----------------------------------------------------------------
> * Fix interrupt controller migration on s390x with TCG and enable qtest
> * Fix memory leaks in qtests
> * Use a proper qom-tree parent for s390x virtio-net devices
> * Add hotplug avocado test for virtio-blk
> * Fix Travis jobs (need python3-tomli now)

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.


r~