The following changes since commit 73d29ea2417b58ca55fba1aa468ba38e3607b583:
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2025-04-27 12:47:23 -0400)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2025-04-30
for you to fetch changes up to dce324fa06b358ccb01bf35611b6fc53b1f56b96:
docs/devel/build-environment: enhance MSYS2 instructions (2025-04-30 20:44:20 +0200)
----------------------------------------------------------------
* Extend s390x diagnose call 308 subcode 10 to return more information
* Make valgrind support configurable
* Drop support for Python 3.8
* Some other misc cosmetic changes
----------------------------------------------------------------
Daniel P. Berrangé (1):
meson/configure: add 'valgrind' option & --{en, dis}able-valgrind flag
Gautam Gala (3):
target/s390x: Introduce constant when checking if PV header couldn't be decrypted
target/s390x: Introduce function when exiting PV
target/s390x: Return UVC cmd code, RC and RRC value when DIAG 308 Subcode 10 fails to enter secure mode
Philippe Mathieu-Daudé (1):
hw/rtc/mc146818rtc: Drop pre-v3 migration stream support
Pierrick Bouvier (1):
docs/devel/build-environment: enhance MSYS2 instructions
Thomas Huth (3):
Drop support for Python 3.8
tests/functional/test_ppc64_pseries: Skip test_ppc64_linux_smt_boot if necessary
meson.build: Put the D-Bus summary into the UI section
docs/about/build-platforms.rst | 2 +-
docs/devel/build-environment.rst | 4 +--
configure | 14 ++++----
meson.build | 15 ++++++--
hw/s390x/ipl.h | 6 ++--
target/s390x/kvm/pv.h | 26 ++++++++++----
hw/rtc/mc146818rtc.c | 18 +++++-----
hw/s390x/ipl.c | 11 +++---
hw/s390x/s390-virtio-ccw.c | 14 ++++----
target/s390x/kvm/pv.c | 66 ++++++++++++++++++++++------------
meson_options.txt | 2 ++
python/Makefile | 8 ++---
python/setup.cfg | 7 ++--
python/tests/minreqs.txt | 2 +-
scripts/meson-buildoptions.sh | 3 ++
scripts/qapi/mypy.ini | 2 +-
tests/docker/dockerfiles/python.docker | 1 -
tests/functional/test_ppc64_pseries.py | 1 +
18 files changed, 126 insertions(+), 76 deletions(-)