commit | 060f0ce6ff975decd1e0ee318c08e228bccbee1e | [log] [tgz] |
---|---|---|
author | Cornelia Huck <cornelia.huck@de.ibm.com> | Thu Feb 28 12:33:19 2013 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Tue Mar 05 19:12:16 2013 -0300 |
tree | d94481a8fec3e3122360d0fcbaf86d7ce074b98b | |
parent | a0f155e9646d5f1c263f6f9aae880151100243bb [diff] [blame] |
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>
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 @@ enum kvm_bus { KVM_MMIO_BUS, KVM_PIO_BUS, + KVM_VIRTIO_CCW_NOTIFY_BUS, KVM_NR_BUSES };