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.