Re: [PATCH v2 07/17] KVM: x86/mmu: Check PDPTRs before allocating PAE roots

From: Paolo Bonzini
Date: Thu Apr 08 2021 - 12:30:18 EST


On 08/04/21 18:27, Sean Christopherson wrote:
For your approach, can we put the out label after the success path? Setting
mmu->root_pgd isn't wrong per se, but doing so might mislead future readers into
thinking that it's functionally necessary.

Indeed, thanks for the speedy review. I'll get it queued tomorrow.

Paolo