]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
authorSean Christopherson <seanjc@google.com>
Wed, 11 Jun 2025 22:45:36 +0000 (15:45 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 23 Jun 2025 16:50:33 +0000 (09:50 -0700)
commit77bb184ab880171a1cedfbed9ab05977e6ae2258
tree45b40efd26c0f788366df68c21e122bab9d73114
parentb33252b9d17238a4a9fa5a29af6e6a2922a6c2b0
KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()

Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing().
Calling arch code to know whether or not to call arch code is absurd.

Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Link: https://lore.kernel.org/r/20250611224604.313496-35-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/arm64/kvm/arm.c
arch/x86/kvm/irq.c
include/linux/kvm_host.h
virt/kvm/eventfd.c