Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260707125847.1785168-1-cohuck@redhat.com
Maintainers: Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Farhan Ali <alifm@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>, Cornelia Huck <cohuck@redhat.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Jason Herne <jjherne@linux.ibm.com>, Jared Rossi <jrossi@linux.ibm.com>, Zhuoying Cai <zycai@linux.ibm.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Hendrik Brueckner <brueckner@linux.ibm.com>
hw/s390x/css.c | 17 ++++
hw/s390x/event-facility.c | 6 ++
hw/s390x/ipl.c | 1 +
hw/s390x/s390-pci-inst.c | 32 ++++++-
hw/s390x/sclp.c | 2 +
include/hw/s390x/sclp.h | 4 +-
include/standard-headers/drm/drm_fourcc.h | 54 +++++++-----
include/standard-headers/linux/ethtool.h | 3 +
include/standard-headers/linux/pci_regs.h | 2 +
include/standard-headers/linux/virtio_can.h | 78 ++++++++++++++++++
.../standard-headers/linux/virtio_console.h | 2 +-
include/standard-headers/linux/virtio_gpu.h | 9 ++
linux-headers/asm-s390/kvm.h | 1 +
linux-headers/asm-x86/kvm.h | 2 +
linux-headers/linux/iommufd.h | 12 ++-
linux-headers/linux/kvm.h | 1 +
pc-bios/s390-ccw.img | Bin 95992 -> 104136 bytes
pc-bios/s390-ccw/main.c | 5 +-
pc-bios/s390-ccw/virtio-pci.c | 57 +++++++++----
pc-bios/s390-ccw/virtio-pci.h | 5 +-
pc-bios/s390-ccw/virtio.c | 29 ++++---
pc-bios/s390-ccw/virtio.h | 2 +
target/s390x/cpu_features.c | 3 +
target/s390x/cpu_features.h | 1 +
target/s390x/cpu_features_def.h.inc | 3 +
target/s390x/cpu_models.c | 2 +
target/s390x/gen-features.c | 1 +
target/s390x/ioinst.c | 20 +++++
target/s390x/kvm/kvm.c | 1 +
target/s390x/tcg/crypto_helper.c | 12 +--
30 files changed, 299 insertions(+), 68 deletions(-)
create mode 100644 include/standard-headers/linux/virtio_can.h