Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230823114544.216520-1-thuth@redhat.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, "Michael S. Tsirkin" <mst@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Laurent Vivier <laurent@vivier.eu>, Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>
include/hw/boards.h | 3 ++
include/hw/i386/pc.h | 3 ++
include/hw/virtio/virtio-gpu-bswap.h | 3 ++
hw/arm/virt.c | 9 +++-
hw/core/machine.c | 3 ++
hw/i386/pc.c | 3 ++
hw/i386/pc_piix.c | 16 +++++--
hw/i386/pc_q35.c | 14 +++++-
hw/m68k/virt.c | 9 +++-
hw/ppc/spapr.c | 15 +++++-
hw/s390x/s390-pci-bus.c | 25 ++++------
hw/s390x/s390-pci-inst.c | 48 ++++++++------------
hw/s390x/s390-virtio-ccw.c | 18 ++++++--
linux-user/elfload.c | 1 +
target/s390x/kvm/kvm.c | 33 +++++---------
target/s390x/tcg/vec_helper.c | 2 +-
target/s390x/tcg/vec_string_helper.c | 54 +++++++---------------
tests/tcg/s390x/vrep.c | 81 +++++++++++++++++++++++++++++++++
tests/tcg/s390x/vstl.c | 37 +++++++++++++++
tests/tcg/s390x/vxeh2_vstrs.c | 88 ++++++++++++++++++++++++++++++++++++
target/s390x/tcg/translate_vx.c.inc | 6 +--
hw/s390x/trace-events | 17 +++++++
target/s390x/kvm/trace-events | 7 +++
tests/tcg/s390x/Makefile.target | 3 ++
24 files changed, 375 insertions(+), 123 deletions(-)
create mode 100644 tests/tcg/s390x/vrep.c
create mode 100644 tests/tcg/s390x/vstl.c
create mode 100644 tests/tcg/s390x/vxeh2_vstrs.c