aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm
diff options
context:
space:
mode:
authorNikolay Nikolaev <n.nikolaev@virtualopensystems.com>2015-01-24 07:00:02 -0500
committerMarc Zyngier <marc.zyngier@arm.com>2015-03-30 12:07:24 -0400
commitd44758c0dfc5993a4b9952935a7eae4c91ebb6b4 (patch)
treeb72189636c00436e63cf2f76e32033289a877b10 /arch/arm/kvm
parent950324ab81bf006542f30a1d1ab3d65fcf15cbc1 (diff)
KVM: arm/arm64: enable KVM_CAP_IOEVENTFD
As the infrastructure for eventfd has now been merged, report the ioeventfd capability as being supported. Signed-off-by: Nikolay Nikolaev <n.nikolaev@virtualopensystems.com> [maz: grouped the case entry with the others, fixed commit log] Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/kvm')
-rw-r--r--arch/arm/kvm/arm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kvm/arm.c b/arch/arm/kvm/arm.c
index e98370cd9969..6f536451ab78 100644
--- a/arch/arm/kvm/arm.c
+++ b/arch/arm/kvm/arm.c
@@ -172,6 +172,7 @@ int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext)
172 switch (ext) { 172 switch (ext) {
173 case KVM_CAP_IRQCHIP: 173 case KVM_CAP_IRQCHIP:
174 case KVM_CAP_IRQFD: 174 case KVM_CAP_IRQFD:
175 case KVM_CAP_IOEVENTFD:
175 case KVM_CAP_DEVICE_CTRL: 176 case KVM_CAP_DEVICE_CTRL:
176 case KVM_CAP_USER_MEMORY: 177 case KVM_CAP_USER_MEMORY:
177 case KVM_CAP_SYNC_MMU: 178 case KVM_CAP_SYNC_MMU: