]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: x86: Add a wrapper to handle common case of IRQ delivery without dest_map
authorSean Christopherson <seanjc@google.com>
Sat, 6 Dec 2025 00:43:08 +0000 (16:43 -0800)
committerSean Christopherson <seanjc@google.com>
Mon, 12 Jan 2026 17:31:40 +0000 (09:31 -0800)
commit1a5d7f9540af1416402887435e4537dcef36a4b2
tree3aef84a3245340d138c165420927cbc5b13b022a
parent4d846f183897606ba5e9c76494d19acbe1ba88f9
KVM: x86: Add a wrapper to handle common case of IRQ delivery without dest_map

Turn kvm_irq_delivery_to_apic() into a wrapper that passes NULL for the
@dest_map param, as only the ugly I/O APIC RTC hackery needs to know which
vCPUs received the IRQ.

No functional change intended.

Link: https://patch.msgid.link/20251206004311.479939-7-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/hyperv.c
arch/x86/kvm/ioapic.c
arch/x86/kvm/irq.c
arch/x86/kvm/lapic.c
arch/x86/kvm/lapic.h
arch/x86/kvm/x86.c
arch/x86/kvm/xen.c