Message ID | 20210713220957.3493520-1-dmatlack@google.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: x86/mmu: Fast page fault support for the TDP MMU | expand |
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. Paolo
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 >