Re: [PATCH] KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMU

From: Paolo Bonzini
Date: Fri Jun 11 2021 - 12:19:23 EST


On 11/06/21 00:00, Sean Christopherson wrote:
things like the number of levels in the guest's page tables are
surprisingly important when walking the guest page tables

Along which path though? I would have naively expected those to be driven only by the context->root_level.

Paolo