Re: [PATCH 10/22] KVM: x86/mmu: Replace PFERR_NESTED_GUEST_PAGE with a more descriptive helper
From: Paolo Bonzini
Date: Wed Aug 14 2024 - 13:32:43 EST
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? Or even
squash it in there?
Paolo