aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
diff options
context:
space:
mode:
authorCornelia Huck <cornelia.huck@de.ibm.com>2013-02-28 12:33:19 +0100
committerMarcelo Tosatti <mtosatti@redhat.com>2013-03-05 19:12:16 -0300
commit060f0ce6ff975decd1e0ee318c08e228bccbee1e (patch)
treed94481a8fec3e3122360d0fcbaf86d7ce074b98b /include/linux/kvm_host.h
parentKVM: Initialize irqfd from kvm_init(). (diff)
downloadlinux-dev-060f0ce6ff975decd1e0ee318c08e228bccbee1e.tar.xz
linux-dev-060f0ce6ff975decd1e0ee318c08e228bccbee1e.zip
KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS.
Add a new bus type for virtio-ccw devices on s390. Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r--include/linux/kvm_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index d50fe173028b..9fa13ebc3381 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
};