Hello Stefan! The following changes since commit 344744e148e6e865f5a57e745b02a87e5ea534ad:
Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2022-10-26 10:53:49 -0400) are available in the Git repository at: https://gitlab.com/thuth/qemu.git tags/pull-request-2022-10-28 for you to fetch changes up to db8fca024fa98241ed40470f87b8ecfb82c57d32: tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for win32 (2022-10-28 14:32:09 +0200) ---------------------------------------------------------------- * Fix and test the VISTR instruction on s390x * Some more small s390x fixes and maintainer updates * Make sure to remove all temporary files from qtests * OpenBSD VM test update to version 7.2 * Add sndio to FreeBSD tests * More patches to enable the qtests on Windows ---------------------------------------------------------------- Akihiko Odaki (1): tests/qtest/libqos/e1000e: Use e1000_regs.h Bin Meng (6): tests/qtest: Support libqtest to build and run on Windows tests/qtest: device-plug-test: Reverse the usage of double/single quotes tests/qtest: Use EXIT_FAILURE instead of magic number tests/qtest: libqtest: Introduce qtest_wait_qemu() tests/qtest: libqos: Do not build virtio-9p unconditionally tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for win32 Brad Smith (2): tests/vm: update openbsd to release 7.2 tests: Add sndio to the FreeBSD CI containers / VM Christian Borntraeger (1): MAINTAINERS: target/s390x/: add Ilya as reviewer Claudio Imbrenda (1): s390x/pv: remove semicolon from macro definition Cornelia Huck (1): s390x: step down as general arch maintainer Nico Boehr (1): s390x/tod-kvm: don't save/restore the TOD in PV guests Thomas Huth (5): tests/tcg/s390x: Test compiler flags only once, not every time target/s390x: Fix emulation of the VISTR instruction tests/tcg/s390x: Add a test for the vistr instruction tests/qtest/tpm: Clean up remainders of swtpm tests/qtest/cxl-test: Remove temporary directories after testing Xuzhou Cheng (3): accel/qtest: Support qtest accelerator for Windows tests/qtest: Use send/recv for socket communication tests/qtest: migration-test: Make sure QEMU process "to" exited after migration is canceled hw/net/e1000_regs.h | 1 + include/hw/core/cpu.h | 1 + include/qemu/sockets.h | 13 ++ tests/qtest/libqtest.h | 9 + tests/qtest/tpm-util.h | 1 + accel/dummy-cpus.c | 14 +- hw/s390x/pv.c | 2 +- hw/s390x/tod-kvm.c | 9 + softmmu/cpus.c | 9 +- tests/qtest/cxl-test.c | 3 + tests/qtest/dbus-vmstate-test.c | 2 +- tests/qtest/device-plug-test.c | 16 +- tests/qtest/libqmp.c | 5 +- tests/qtest/libqos/e1000e.c | 119 ++++------- tests/qtest/libqtest.c | 151 +++++++++++-- tests/qtest/migration-test.c | 8 +- tests/qtest/tpm-crb-swtpm-test.c | 5 +- tests/qtest/tpm-tis-device-swtpm-test.c | 5 +- tests/qtest/tpm-tis-swtpm-test.c | 5 +- tests/qtest/tpm-util.c | 19 ++ tests/tcg/s390x/vistr.c | 45 ++++ util/osdep.c | 22 ++ target/s390x/tcg/translate_vx.c.inc | 2 +- .gitlab-ci.d/cirrus/freebsd-12.vars | 2 +- .gitlab-ci.d/cirrus/freebsd-13.vars | 2 +- MAINTAINERS | 3 +- accel/meson.build | 2 +- accel/qtest/meson.build | 3 +- tests/docker/dockerfiles/alpine.docker | 3 +- tests/docker/dockerfiles/centos8.docker | 2 +- tests/docker/dockerfiles/debian-amd64-cross.docker | 235 ++++++++++---------- tests/docker/dockerfiles/debian-amd64.docker | 237 +++++++++++---------- tests/docker/dockerfiles/debian-arm64-cross.docker | 233 ++++++++++---------- tests/docker/dockerfiles/debian-armel-cross.docker | 231 ++++++++++---------- tests/docker/dockerfiles/debian-armhf-cross.docker | 233 ++++++++++---------- .../dockerfiles/debian-mips64el-cross.docker | 227 ++++++++++---------- .../docker/dockerfiles/debian-mipsel-cross.docker | 227 ++++++++++---------- .../docker/dockerfiles/debian-ppc64el-cross.docker | 231 ++++++++++---------- tests/docker/dockerfiles/debian-s390x-cross.docker | 229 ++++++++++---------- tests/docker/dockerfiles/fedora.docker | 230 ++++++++++---------- tests/docker/dockerfiles/opensuse-leap.docker | 3 +- tests/docker/dockerfiles/ubuntu2004.docker | 235 ++++++++++---------- tests/lcitool/libvirt-ci | 2 +- tests/lcitool/projects/qemu.yml | 1 + tests/qtest/libqos/meson.build | 6 +- tests/tcg/s390x/Makefile.target | 31 ++- tests/vm/freebsd | 3 + tests/vm/openbsd | 7 +- 48 files changed, 1667 insertions(+), 1417 deletions(-) create mode 100644 tests/tcg/s390x/vistr.c