On Mon, Jul 26, 2021 at 03:50:58PM +0200, Paolo Bonzini wrote: > On 14/07/21 00:09, David Matlack wrote: > > This patch series adds support for the TDP MMU in the fast_page_fault > > path, which enables certain write-protection and access tracking faults > > to be handled without taking the KVM MMU lock. This series brings the > > performance of these faults up to par with the legacy MMU. > > Queued, thanks. Thanks Paolo. I noticed on PATCH 3 you changed the if-return to if-else. What was your rational? (I want to make sure I incorporate it in future patches.) > > Paolo >