projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0f155e
)
KVM: Introduce KVM_VIRTIO_CCW_NOTIFY_BUS.
author
Cornelia Huck
<cornelia.huck@de.ibm.com>
Thu, 28 Feb 2013 11:33:19 +0000
(12:33 +0100)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Tue, 5 Mar 2013 22:12:16 +0000
(19:12 -0300)
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>
include/linux/kvm_host.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/kvm_host.h
b/include/linux/kvm_host.h
index d50fe173028b430793d6f81cbb2829724a704a6b..9fa13ebc3381ab83f577bc677c3814760740738b 100644
(file)
--- 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
};