Re: [PATCH v4 20/30] KVM: x86: Move MMU helper declarations from kvm_host.h => mmu.h
From: Binbin Wu
Date: Tue Jun 16 2026 - 01:06:02 EST
On 6/13/2026 8:03 AM, Sean Christopherson wrote:
> Move a pile of MMU helper declarations and macros into mmu.h, as they are
> very much KVM x86 internal APIs and details, and not intended to be exposed
> to arch-neutral KVM, and certainly not to the broader kernel.
>
> No functional change intended.
>
> Reviewed-by: Yosry Ahmed <yosry@xxxxxxxxxx>
> Reviewed-by: Kai Huang <kai.huang@xxxxxxxxx>
> Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>
Reviewed-by: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>