Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260812171707.1605637-1-farman@linux.ibm.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Jason Herne <jjherne@linux.ibm.com>, Cornelia Huck <cohuck@redhat.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@mailo.com>, Zhao Liu <zhao1.liu@intel.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Song Gao <17746591750@163.com>, Bibo Mao <maobibo@loongson.cn>, Xianglai Li <lixianglai@loongson.cn>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Laurent Vivier <laurent@vivier.eu>, Nicholas Piggin <npiggin@gmail.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Jared Rossi <jrossi@linux.ibm.com>, Zhuoying Cai <zycai@linux.ibm.com>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>
hw/arm/virt.c | 9 ++++-
hw/char/sclpconsole-lm.c | 3 +-
hw/core/machine.c | 3 ++
hw/i386/pc.c | 3 ++
hw/i386/pc_piix.c | 13 +++++-
hw/i386/pc_q35.c | 13 +++++-
hw/loongarch/virt.c | 11 ++++-
hw/m68k/virt.c | 9 ++++-
hw/ppc/spapr.c | 15 ++++++-
hw/s390x/ipl.h | 6 +++
hw/s390x/s390-virtio-ccw.c | 14 ++++++-
include/hw/core/boards.h | 3 ++
include/hw/i386/pc.h | 3 ++
include/hw/s390x/ipl/qipl.h | 2 +
pc-bios/s390-ccw.img | Bin 104136 -> 104216 bytes
pc-bios/s390-ccw/bootmap.c | 6 ++-
pc-bios/s390-ccw/helper.h | 10 +++++
pc-bios/s390-ccw/menu.c | 42 +++++++++++++++----
pc-bios/s390-ccw/netmain.c | 11 +++--
pc-bios/s390-ccw/s390-ccw.h | 4 +-
target/s390x/diag.c | 2 +-
target/s390x/kvm/kvm.c | 36 ++++++++---------
target/s390x/kvm/kvm_s390x.h | 2 +-
target/s390x/kvm/stubs.c | 2 +-
target/s390x/tcg/crypto_helper.c | 22 +++++++---
target/s390x/tcg/insn-data.h.inc | 4 +-
target/s390x/tcg/int_helper.c | 3 +-
target/s390x/tcg/translate.c | 2 +
tests/tcg/s390x/Makefile.target | 2 +
tests/tcg/s390x/div.c | 37 +++++++++++++++++
tests/tcg/s390x/prno-trng.c | 67 +++++++++++++++++++++++++++++++
tests/tcg/s390x/stckf.c | 44 ++++++++++++++++++++
32 files changed, 344 insertions(+), 59 deletions(-)
create mode 100644 tests/tcg/s390x/prno-trng.c
create mode 100644 tests/tcg/s390x/stckf.c