Re: [PATCH 0/2] KVM: x86/mmu: Optimizations for kvm_get_mmu_page()

From: Paolo Bonzini
Date: Fri Jul 03 2020 - 13:17:32 EST


On 23/06/20 21:40, Sean Christopherson wrote:
> Avoid multiple hash lookups in kvm_get_mmu_page(), and tweak the cache
> loop to optimize it for TDP.
>
> Sean Christopherson (2):
> KVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mmu_page()
> KVM: x86/mmu: Optimize MMU page cache lookup for fully direct MMUs
>
> arch/x86/kvm/mmu/mmu.c | 26 ++++++++++++++++----------
> 1 file changed, 16 insertions(+), 10 deletions(-)
>

Queued, thanks.

Paolo