Re: [PATCH 16/22] KVM: x86/mmu: remove redundant bits from extended role

From: Paolo Bonzini
Date: Wed May 11 2022 - 09:53:24 EST


On 5/10/22 02:20, Sean Christopherson wrote:
If it's not too late for fixup, this should be:

return is_cr0_pg(mmu) && !mmu->cpu_role.base.has_4_byte_gpte;

It's not, thanks!

Paolo