diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2013-02-28 12:33:19 +0100 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2013-03-05 19:12:16 -0300 |
commit | 060f0ce6ff975decd1e0ee318c08e228bccbee1e (patch) | |
tree | d94481a8fec3e3122360d0fcbaf86d7ce074b98b /include/linux/kvm_host.h | |
parent | a0f155e9646d5f1c263f6f9aae880151100243bb (diff) | |
download | blackbird-obmc-linux-060f0ce6ff975decd1e0ee318c08e228bccbee1e.tar.gz blackbird-obmc-linux-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.h | 1 |
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 }; |