Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260430160307.634093-1-cohuck@redhat.com
Maintainers: Cornelia Huck <cohuck@redhat.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>
MAINTAINERS | 6 +-
configs/targets/s390x-softmmu.mak | 1 +
hw/s390x/s390-virtio-ccw.c | 26 ++++
target/s390x/cpu-system.c | 2 +-
target/s390x/kvm/kvm.c | 64 +++-------
target/s390x/mmu_helper.c | 5 +-
target/s390x/tcg/excp_helper.c | 21 ++--
target/s390x/tcg/mem_helper.c | 12 +-
target/s390x/tcg/translate_vx.c.inc | 2 +-
tests/functional/s390x/meson.build | 1 +
tests/functional/s390x/test_boot_4k.py | 138 ++++++++++++++++++++++
tests/functional/s390x/test_ccw_virtio.py | 4 +-
12 files changed, 213 insertions(+), 69 deletions(-)
create mode 100755 tests/functional/s390x/test_boot_4k.py