Skip to content

Commit 81bf24f

Browse files
brooniesean-jc
authored andcommitted
KVM: selftests: Add CONFIG_EVENTFD for irqfd selftest
In 7e9b231 ("KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements") we added a test for the newly added irqfd support but since this feature works with eventfds it won't work unless the kernel has been built wth eventfd support. Add CONFIG_EVENTFD to the list of required options for the KVM selftests. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20250710-kvm-selftests-eventfd-config-v1-1-78c276e4b80f@kernel.org Signed-off-by: Sean Christopherson <seanjc@google.com>
1 parent 7e9b231 commit 81bf24f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/testing/selftests/kvm

tools/testing/selftests/kvm/config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
CONFIG_KVM=y
22
CONFIG_KVM_INTEL=y
33
CONFIG_KVM_AMD=y
4+
CONFIG_EVENTFD=y
45
CONFIG_USERFAULTFD=y
56
CONFIG_IDLE_PAGE_TRACKING=y

0 commit comments

Comments
 (0)