From: Cornelia Huck Date: Thu, 28 Feb 2013 11:33:19 +0000 (+0100) Subject: KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS. X-Git-Tag: v3.10-rc1~87^2~122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=060f0ce6ff975decd1e0ee318c08e228bccbee1e;p=platform%2Fkernel%2Flinux-exynos.git KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS. Add a new bus type for virtio-ccw devices on s390. Signed-off-by: Cornelia Huck Signed-off-by: Marcelo Tosatti --- diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index d50fe17..9fa13eb 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -149,6 +149,7 @@ struct kvm_io_bus { enum kvm_bus { KVM_MMIO_BUS, KVM_PIO_BUS, + KVM_VIRTIO_CCW_NOTIFY_BUS, KVM_NR_BUSES };