From: Nikolay Nikolaev Date: Sat, 24 Jan 2015 12:00:02 +0000 (+0000) Subject: KVM: arm/arm64: enable KVM_CAP_IOEVENTFD X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d44758c0dfc5993a4b9952935a7eae4c91ebb6b4;p=linux-beck.git 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 [maz: grouped the case entry with the others, fixed commit log] Signed-off-by: Marc Zyngier --- 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) switch (ext) { case KVM_CAP_IRQCHIP: case KVM_CAP_IRQFD: + case KVM_CAP_IOEVENTFD: case KVM_CAP_DEVICE_CTRL: case KVM_CAP_USER_MEMORY: case KVM_CAP_SYNC_MMU: