Re: [PATCH 10/22] KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helper

From: Sean Christopherson
Date: Thu Aug 15 2024 - 10:13:48 EST


On Wed, Aug 14, 2024, Paolo Bonzini wrote:
> On 8/9/24 21:03, Sean Christopherson wrote:
> > - if (direct &&
> > - (error_code & PFERR_NESTED_GUEST_PAGE) == PFERR_NESTED_GUEST_PAGE &&
> > + if (direct && (is_write_to_guest_page_table(error_code)) &&
>
> Too many parentheses. :)
>
> Maybe put it before patch 3 if we decide not to Cc: stable?

Ya, I'll do this.