[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <175798180645.621821.15899499815524721468.b4-ty@google.com>
Date: Mon, 15 Sep 2025 17:25:47 -0700
From: Sean Christopherson <seanjc@...gle.com>
To: Sean Christopherson <seanjc@...gle.com>, Paolo Bonzini <pbonzini@...hat.com>
Cc: kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/3] KVM: x86: Clean up lowest priority IRQ code
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
Powered by blists - more mailing lists