]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: remove CONFIG_HAVE_KVM_IRQFD
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Oct 2023 16:07:32 +0000 (12:07 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 8 Dec 2023 20:43:33 +0000 (15:43 -0500)
commitc5b31cc2371728ddefe9baf1d036aeb630a25d96
tree65694a9f664edd5eebb6a99c2f282482271fc893
parent8132d887a7023b212f242a51ae89281c69fde996
KVM: remove CONFIG_HAVE_KVM_IRQFD

All platforms with a kernel irqchip have support for irqfd.  Unify the
two configuration items so that userspace can expect to use irqfd to
inject interrupts into the irqchip.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/arm64/kvm/Kconfig
arch/powerpc/kvm/Kconfig
arch/powerpc/kvm/powerpc.c
arch/riscv/kvm/Kconfig
arch/s390/kvm/Kconfig
arch/x86/kvm/Kconfig
include/linux/kvm_host.h
include/trace/events/kvm.h
virt/kvm/Kconfig
virt/kvm/eventfd.c
virt/kvm/kvm_main.c