Add a new bus type for s390 css kvm io devices. Signed-off-by: Cornelia Huck <[email protected]> --- include/linux/kvm_host.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index 3b768ef..59be516 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -148,6 +148,7 @@ struct kvm_io_bus {
enum kvm_bus {
KVM_MMIO_BUS,
KVM_PIO_BUS,
+ KVM_CSS_BUS,
KVM_NR_BUSES
};
--
1.7.12.4
