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>
This commit is contained in:
parent
a0f155e964
commit
060f0ce6ff
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue