Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220328143019.682245-1-pbonzini@redhat.com
Maintainers: Christian Borntraeger <borntraeger@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
hw/s390x/ipl.c | 23 ++++--
hw/s390x/meson.build | 1 +
hw/s390x/s390-virtio-ccw.c | 1 +
hw/s390x/vhost-scsi-ccw.c | 73 +++++++++++++++++
hw/s390x/vhost-vsock-ccw.c | 9 ++
hw/s390x/virtio-ccw-9p.c | 9 ++
hw/s390x/virtio-ccw-balloon.c | 9 ++
hw/s390x/virtio-ccw-blk.c | 9 ++
hw/s390x/virtio-ccw-crypto.c | 9 ++
hw/s390x/virtio-ccw-gpu.c | 9 ++
hw/s390x/virtio-ccw-input.c | 20 +++++
hw/s390x/virtio-ccw-net.c | 9 ++
hw/s390x/virtio-ccw-rng.c | 9 ++
hw/s390x/virtio-ccw-scsi.c | 56 ++-----------
hw/s390x/virtio-ccw-serial.c | 9 ++
hw/s390x/virtio-ccw.c | 2 +
hw/s390x/virtio-ccw.h | 149 ----------------------------------
17 files changed, 202 insertions(+), 204 deletions(-)
create mode 100644 hw/s390x/vhost-scsi-ccw.c