Hi, here's the next iteration of virtio-ccw and s390-ccw-virtio support, with comments addressed and rebased against s390-next. Cornelia Huck (2): s390: Add new channel I/O based virtio transport. s390: Add s390-ccw-virtio machine. hw/s390-virtio.h | 1 + hw/s390x/Makefile.objs | 2 + hw/s390x/s390-virtio-ccw.c | 134 +++++++ hw/s390x/virtio-ccw.c | 966 +++++++++++++++++++++++++++++++++++++++++++++ hw/s390x/virtio-ccw.h | 98 +++++ trace-events | 4 + 6 files changed, 1205 insertions(+) create mode 100644 hw/s390x/s390-virtio-ccw.c create mode 100644 hw/s390x/virtio-ccw.c create mode 100644 hw/s390x/virtio-ccw.h -- 1.7.12.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html