Re: [RFC PATCH v7 14/37] KVM: x86: Move lapic set/clear_vector() helpers to common code

From: Sean Christopherson
Date: Wed Jun 25 2025 - 10:05:37 EST


Pick one scope for all of these. I.e. either "KVM: x86:" or "x86/apic: KVM:".
My vote is for "x86/apic: KVM:", because the "x86/apic" part helps communicate
where in common code the helpers are landing.

On Tue, Jun 10, 2025, Neeraj Upadhyay wrote:
> Move apic_clear_vector() and apic_set_vector() helper functions to
> apic.h in order to reuse them in the Secure AVIC guest apic driver
> in later patches to atomically set/clear vectors in the APIC backing
> page.
>
> No functional change intended.
>
> Signed-off-by: Neeraj Upadhyay <Neeraj.Upadhyay@xxxxxxx>
> ---