Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250626055350.218271-1-thuth@redhat.com
Maintainers: Viktor Prutyanov <viktor.prutyanov@phystech.edu>, Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>, Dmitry Fleytman <dmitry.fleytman@gmail.com>, Jason Wang <jasowang@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Farhan Ali <alifm@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Jason Herne <jjherne@linux.ibm.com>, Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>, "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Cameron Esfahani <dirty@apple.com>, Roman Bolshakov <rbolshakov@ddn.com>, Phil Dennis-Jordan <phil@philjordan.eu>, Wei Liu <wei.liu@kernel.org>, Max Filippov <jcmvbkbc@gmail.com>, Warner Losh <imp@bsdimp.com>, Kyle Evans <kevans@freebsd.org>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
MAINTAINERS | 24 ++-
hw/net/vmxnet3.h | 4 +-
hw/scsi/vmw_pvscsi.h | 4 +-
include/hw/i2c/aspeed_i2c.h | 3 +-
include/hw/pci/pci_bridge.h | 4 +-
include/hw/s390x/event-facility.h | 17 ++
include/hw/s390x/s390-virtio-ccw.h | 1 +
include/hw/timer/aspeed_timer.h | 3 +-
include/libdecnumber/dconfig.h | 5 +-
include/libdecnumber/decContext.h | 5 +-
include/libdecnumber/decDPD.h | 5 +-
include/libdecnumber/decNumber.h | 5 +-
include/libdecnumber/decNumberLocal.h | 5 +-
include/libdecnumber/dpd/decimal128.h | 5 +-
include/libdecnumber/dpd/decimal128Local.h | 5 +-
include/libdecnumber/dpd/decimal32.h | 5 +-
include/libdecnumber/dpd/decimal64.h | 5 +-
include/qemu/rcu.h | 4 +-
include/qemu/rcu_queue.h | 4 +-
target/i386/emulate/x86_flags.h | 4 +-
contrib/elf2dmp/pdb.c | 4 +-
hw/s390x/ccw-device.c | 2 +-
hw/s390x/event-facility.c | 2 +
hw/s390x/s390-virtio-ccw.c | 22 +++
hw/s390x/sclpcpi.c | 212 +++++++++++++++++++++++++
libdecnumber/decContext.c | 5 +-
libdecnumber/decNumber.c | 5 +-
libdecnumber/dpd/decimal128.c | 5 +-
libdecnumber/dpd/decimal32.c | 5 +-
libdecnumber/dpd/decimal64.c | 5 +-
target/i386/emulate/x86_emu.c | 4 +-
target/i386/emulate/x86_flags.c | 4 +-
util/rcu.c | 4 +-
target/xtensa/core-dc232b/gdb-config.c.inc | 5 +-
target/xtensa/core-dc232b/xtensa-modules.c.inc | 5 +-
target/xtensa/core-fsf/xtensa-modules.c.inc | 5 +-
COPYING | 5 +-
COPYING.LIB | 5 +-
hw/s390x/meson.build | 1 +
scripts/device-crash-test | 3 +-
tests/functional/test_pc_cpu_hotplug_props.py | 1 +
tests/vm/openbsd | 4 +-
42 files changed, 338 insertions(+), 92 deletions(-)
create mode 100644 hw/s390x/sclpcpi.c