Failed in applying to current master (
apply log)
MAINTAINERS | 4 +-
hw/s390x/Makefile.objs | 11 +
hw/s390x/vhost-vsock-ccw.c | 60 ++++
hw/s390x/virtio-ccw-9p.c | 65 ++++
hw/s390x/virtio-ccw-balloon.c | 70 +++++
hw/s390x/virtio-ccw-blk.c | 67 ++++
hw/s390x/virtio-ccw-crypto.c | 75 +++++
hw/s390x/virtio-ccw-gpu.c | 67 ++++
hw/s390x/virtio-ccw-input.c | 118 +++++++
hw/s390x/virtio-ccw-net.c | 70 +++++
hw/s390x/virtio-ccw-rng.c | 74 +++++
hw/s390x/virtio-ccw-scsi.c | 125 ++++++++
hw/s390x/virtio-ccw-serial.c | 78 +++++
hw/s390x/virtio-ccw.c | 676 +---------------------------------------
target/s390x/insn-data.def | 3 +
target/s390x/mem_helper.c | 24 +-
target/s390x/translate.c | 79 +++--
tests/tcg/s390x/Makefile.target | 8 +
tests/tcg/s390x/csst.c | 43 +++
tests/tcg/s390x/exrl-trt.c | 48 +++
tests/tcg/s390x/exrl-trtr.c | 48 +++
tests/tcg/s390x/hello-s390x.c | 7 +
tests/tcg/s390x/ipm.c | 22 ++
tests/tcg/s390x/pack.c | 21 ++
24 files changed, 1168 insertions(+), 695 deletions(-)
create mode 100644 hw/s390x/vhost-vsock-ccw.c
create mode 100644 hw/s390x/virtio-ccw-9p.c
create mode 100644 hw/s390x/virtio-ccw-balloon.c
create mode 100644 hw/s390x/virtio-ccw-blk.c
create mode 100644 hw/s390x/virtio-ccw-crypto.c
create mode 100644 hw/s390x/virtio-ccw-gpu.c
create mode 100644 hw/s390x/virtio-ccw-input.c
create mode 100644 hw/s390x/virtio-ccw-net.c
create mode 100644 hw/s390x/virtio-ccw-rng.c
create mode 100644 hw/s390x/virtio-ccw-scsi.c
create mode 100644 hw/s390x/virtio-ccw-serial.c
create mode 100644 tests/tcg/s390x/Makefile.target
create mode 100644 tests/tcg/s390x/csst.c
create mode 100644 tests/tcg/s390x/exrl-trt.c
create mode 100644 tests/tcg/s390x/exrl-trtr.c
create mode 100644 tests/tcg/s390x/hello-s390x.c
create mode 100644 tests/tcg/s390x/ipm.c
create mode 100644 tests/tcg/s390x/pack.c