Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190607095237.11364-1-cohuck@redhat.com
Maintainers: Christian Borntraeger <borntraeger@de.ibm.com>, Farhan Ali <alifm@linux.ibm.com>, Laurent Vivier <laurent@vivier.eu>, Riku Voipio <riku.voipio@iki.fi>, Alex Williamson <alex.williamson@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Richard Henderson <rth@twiddle.net>, David Hildenbrand <david@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>
MAINTAINERS | 1 +
hw/s390x/css.c | 27 +-
hw/s390x/s390-virtio-ccw.c | 2 +
hw/vfio/ccw.c | 110 +++++-
include/elf.h | 1 +
include/hw/s390x/s390-ccw.h | 3 +
linux-user/elfload.c | 28 ++
linux-user/s390x/signal.c | 4 +-
target/s390x/Makefile.objs | 3 +-
target/s390x/arch_dump.c | 8 +-
target/s390x/cpu.c | 3 +
target/s390x/cpu.h | 5 +-
target/s390x/cpu_models.c | 4 +-
target/s390x/excp_helper.c | 21 +-
target/s390x/fpu_helper.c | 4 +-
target/s390x/gdbstub.c | 16 +-
target/s390x/gen-features.c | 10 +-
target/s390x/helper.c | 10 +-
target/s390x/helper.h | 84 +++++
target/s390x/insn-data.def | 58 +++
target/s390x/internal.h | 4 +
target/s390x/kvm.c | 16 +-
target/s390x/machine.c | 128 +++----
target/s390x/misc_helper.c | 11 +-
target/s390x/tcg_s390x.h | 2 +
target/s390x/translate.c | 2 +-
target/s390x/translate_vx.inc.c | 507 +++++++++++++++++++++++--
target/s390x/vec.h | 40 ++
target/s390x/vec_fpu_helper.c | 625 +++++++++++++++++++++++++++++++
target/s390x/vec_string_helper.c | 473 +++++++++++++++++++++++
30 files changed, 2065 insertions(+), 145 deletions(-)
create mode 100644 target/s390x/vec_fpu_helper.c
create mode 100644 target/s390x/vec_string_helper.c