Re: [PATCH v3 13/40] KVM: x86: Move update_cr8_intercept() to lapic.c
From: Yosry Ahmed
Date: Fri May 29 2026 - 20:40:31 EST
On Fri, May 29, 2026 at 03:21:56PM -0700, Sean Christopherson wrote:
> Move update_cr8_intercept() to lapic.c so that it's globally visible
> in anticipation of extracting most of the register-specific code out of
> x86.c and into a new compilation unit. Opportunistically prefix the
> helper kvm_lapic_ to make its role/scope more obvious.
>
> No functional change intended.
>
> Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>
Reviewed-by: Yosry Ahmed <yosry@xxxxxxxxxx>