diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-18 18:11:56 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-12-08 21:43:33 +0100 |
commit | 8132d887a7023b212f242a51ae89281c69fde996 (patch) | |
tree | e66cfd6c6aca492757f0df17aaf02e0dfab006e9 /arch/x86/kvm/Kconfig | |
parent | Merge tag 'kvm-x86-selftests-6.7-rcN' of https://github.com/kvm-x86/linux int... (diff) | |
download | linux-8132d887a7023b212f242a51ae89281c69fde996.tar.xz linux-8132d887a7023b212f242a51ae89281c69fde996.zip |
KVM: remove CONFIG_HAVE_KVM_EVENTFD
virt/kvm/eventfd.c is compiled unconditionally, meaning that the ioeventfds
member of struct kvm is accessed unconditionally. CONFIG_HAVE_KVM_EVENTFD
therefore must be defined for KVM common code to compile successfully,
remove it.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/Kconfig')
-rw-r--r-- | arch/x86/kvm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig index c1716e83d176..088c66bee98f 100644 --- a/arch/x86/kvm/Kconfig +++ b/arch/x86/kvm/Kconfig @@ -33,7 +33,6 @@ config KVM select IRQ_BYPASS_MANAGER select HAVE_KVM_IRQ_BYPASS select HAVE_KVM_IRQ_ROUTING - select HAVE_KVM_EVENTFD select KVM_ASYNC_PF select USER_RETURN_NOTIFIER select KVM_MMIO |