Re: [PATCH v2 00/28] Allow parallel MMU operations with TDP MMU

2021-02-03 Thread Paolo Bonzini
On 03/02/21 18:54, Sean Christopherson wrote: On Wed, Feb 03, 2021, Paolo Bonzini wrote: Looks good! I'll wait for a few days of reviews, I guess I know what I'm doing this afternoon :-) but I'd like to queue this for 5.12 and I plan to make it the default in 5.13 or 5.12-rc (depending on w

Re: [PATCH v2 00/28] Allow parallel MMU operations with TDP MMU

2021-02-03 Thread Sean Christopherson
On Wed, Feb 03, 2021, Paolo Bonzini wrote: > Looks good! I'll wait for a few days of reviews, I guess I know what I'm doing this afternoon :-) > but I'd like to queue this for 5.12 and I plan to make it the default in 5.13 > or 5.12-rc (depending on when I can ask Red Hat QE to give it a shake).

Re: [PATCH v2 00/28] Allow parallel MMU operations with TDP MMU

2021-02-03 Thread Paolo Bonzini
On 02/02/21 19:57, Ben Gardon wrote: The TDP MMU was implemented to simplify and improve the performance of KVM's memory management on modern hardware with TDP (EPT / NPT). To build on the existing performance improvements of the TDP MMU, add the ability to handle vCPU page faults, enabling and d

[PATCH v2 00/28] Allow parallel MMU operations with TDP MMU

2021-02-02 Thread Ben Gardon
The TDP MMU was implemented to simplify and improve the performance of KVM's memory management on modern hardware with TDP (EPT / NPT). To build on the existing performance improvements of the TDP MMU, add the ability to handle vCPU page faults, enabling and disabling dirty logging, and removing ma