Hi, here are the guest support patches for virtio-ccw, rebased against kvm/next. Changes from v2: - Adapted patch 4 to virtqueue interface changes. - Added Marcelo's Reviewed-by: I'd like to get these patches into kvm/next; patches 2 and 3 might also show up in the s390 patches. Cornelia Huck (5): KVM: s390: Handle hosts not supporting s390-virtio. s390: Move css limits from drivers/s390/cio/ to include/asm/. s390: Add a mechanism to get the subchannel id. KVM: s390: Add a channel I/O based virtio transport driver. KVM: s390: Split out early console code. arch/s390/include/asm/ccwdev.h | 5 + arch/s390/include/asm/cio.h | 2 + arch/s390/include/asm/irq.h | 1 + arch/s390/kernel/irq.c | 1 + drivers/s390/cio/css.h | 3 - drivers/s390/cio/device_ops.c | 12 + drivers/s390/kvm/Makefile | 2 +- drivers/s390/kvm/early_printk.c | 42 ++ drivers/s390/kvm/kvm_virtio.c | 64 ++- drivers/s390/kvm/virtio_ccw.c | 843 ++++++++++++++++++++++++++++++++++++++++ 10 files changed, 938 insertions(+), 37 deletions(-) create mode 100644 drivers/s390/kvm/early_printk.c create mode 100644 drivers/s390/kvm/virtio_ccw.c -- 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