Re: [PATCH v4 07/30] KVM: x86: Swap the include order between x86.h and mmu.h

From: Binbin Wu

Date: Mon Jun 15 2026 - 03:27:08 EST


On 6/13/2026 8:03 AM, Sean Christopherson wrote:
> Invert the include ordering between x86.h and mmu.h, and move
> mmu_is_nested() to mmu.h where it belongs (mmu_is_nested()'s placement in
> x86.h was solely responsible for the existing ordering), so that x86.h is
> not included by most KVM internal headers (but includes them).
>
> No functional change intended.
>
> Reviewed-by: Kai Huang <kai.huang@xxxxxxxxx>
> Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx>

Reviewed-by: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>