]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: x86: Drop superfluous kvm_set_ioapic_irq() => kvm_ioapic_set_irq() wrapper
authorSean Christopherson <seanjc@google.com>
Wed, 11 Jun 2025 21:35:42 +0000 (14:35 -0700)
committerSean Christopherson <seanjc@google.com>
Fri, 20 Jun 2025 20:52:43 +0000 (13:52 -0700)
commit05dc9eab3f005a5af5ad03138f81b7541c5db85b
tree4947cac057e1ce30d78846744dc13b4bef4f895c
parent8a33b1f246ceeffe5f74b10078a04696060ac537
KVM: x86: Drop superfluous kvm_set_ioapic_irq() => kvm_ioapic_set_irq() wrapper

Drop the superfluous and confusing kvm_set_ioapic_irq() and instead wire
up ->set() directly to its final destination.

No functional change intended.

Acked-by: Kai Huang <kai.huang@intel.com>
Link: https://lore.kernel.org/r/20250611213557.294358-4-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/ioapic.c
arch/x86/kvm/ioapic.h
arch/x86/kvm/irq_comm.c