On Thu, 21 Aug 2025 14:42:06 -0700, Sean Christopherson wrote:
> Move some local APIC specific code into lapic.c that has no business being
> exposed outside of local APIC emulation. The lowest priority vector
> hashing code in particular is *very* specific to lapic.c internals, but
> that's not at all obvious from the globally-visible symbols.
>
> Sean Christopherson (3):
> KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.c
> KVM: x86: Make "lowest priority" helpers local to lapic.c
> KVM: x86: Move vector_hashing into lapic.c
>
> [...]
Applied to kvm-x86 misc, thanks!
[1/3] KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.c
https://github.com/kvm-x86/linux/commit/cbf5d9457462
[2/3] KVM: x86: Make "lowest priority" helpers local to lapic.c
https://github.com/kvm-x86/linux/commit/73473f31a4bf
[3/3] KVM: x86: Move vector_hashing into lapic.c
https://github.com/kvm-x86/linux/commit/aac057dd6231
--
https://github.com/kvm-x86/linux/tree/next