Re: [PATCH v2 05/17] KVM: x86/mmu: Allocate pae_root and lm_root pages in dedicated helper

From: Paolo Bonzini
Date: Fri Mar 05 2021 - 12:35:14 EST


On 05/03/21 02:10, Sean Christopherson wrote:
+ /*
+ * This mess only works with 4-level paging and needs to be updated to
+ * work with 5-level paging.
+ */

Planning for this, it's probably a good idea to rename lm_root to pml4_root. Can be done on top.

Paolo