diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2013-02-28 06:33:19 -0500 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2013-03-05 17:12:16 -0500 |
commit | 060f0ce6ff975decd1e0ee318c08e228bccbee1e (patch) | |
tree | d94481a8fec3e3122360d0fcbaf86d7ce074b98b | |
parent | a0f155e9646d5f1c263f6f9aae880151100243bb (diff) |
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>
-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 { | |||
149 | enum kvm_bus { | 149 | enum kvm_bus { |
150 | KVM_MMIO_BUS, | 150 | KVM_MMIO_BUS, |
151 | KVM_PIO_BUS, | 151 | KVM_PIO_BUS, |
152 | KVM_VIRTIO_CCW_NOTIFY_BUS, | ||
152 | KVM_NR_BUSES | 153 | KVM_NR_BUSES |
153 | }; | 154 | }; |
154 | 155 | ||