[Qemu-devel] [PATCH 00/12] more s390x patches for 2.9

Cornelia Huck posted 12 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170220095734.7890-1-cornelia.huck@de.ibm.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/intc/s390_flic.c          |  28 +++++++++++
hw/intc/s390_flic_kvm.c      |   6 ++-
hw/s390x/s390-virtio-ccw.c   |   9 +++-
hw/s390x/s390-virtio.c       |  10 ----
hw/s390x/virtio-ccw.c        | 109 +++++++++++++++++++++++++++++++++++++++----
hw/s390x/virtio-ccw.h        |  13 ++++++
include/hw/s390x/s390_flic.h |  11 ++++-
target/s390x/arch_dump.c     |  66 +++++++++++++++-----------
target/s390x/kvm.c           |  43 +++++++++++++++--
9 files changed, 241 insertions(+), 54 deletions(-)
[Qemu-devel] [PATCH 00/12] more s390x patches for 2.9
Posted by Cornelia Huck 7 years, 1 month ago
A selection of s390x patches:
- cleanups and improvements
- program check loop detection (useful with the corresponding kernel
  patch)
- wire up virtio-crypto for ccw
- and finally support many virtqueues for virtio-ccw

Christian Borntraeger (3):
  s390x/kvm: detect some program check loops
  s390x/arch_dump: use proper note name and note size
  s390x/arch_dump: pass cpuid into notes sections

Cornelia Huck (2):
  s390x/s390-virtio: get rid of DPRINTF
  s390x/flic: fail migration on source already

Halil Pasic (7):
  virtio-ccw: handle virtio 1 only devices
  virtio-ccw: add virtio-crypto-ccw device
  virtio-ccw: Check the number of vqs in CCW_CMD_SET_IND
  s390x: add property adapter_routes_max_batch
  virtio-ccw: check flic->adapter_routes_max_batch
  s390x: bump ADAPTER_ROUTES_MAX_GSI
  virtio-ccw: support VIRTIO_QUEUE_MAX virtqueues

 hw/intc/s390_flic.c          |  28 +++++++++++
 hw/intc/s390_flic_kvm.c      |   6 ++-
 hw/s390x/s390-virtio-ccw.c   |   9 +++-
 hw/s390x/s390-virtio.c       |  10 ----
 hw/s390x/virtio-ccw.c        | 109 +++++++++++++++++++++++++++++++++++++++----
 hw/s390x/virtio-ccw.h        |  13 ++++++
 include/hw/s390x/s390_flic.h |  11 ++++-
 target/s390x/arch_dump.c     |  66 +++++++++++++++-----------
 target/s390x/kvm.c           |  43 +++++++++++++++--
 9 files changed, 241 insertions(+), 54 deletions(-)

-- 
2.11.0