Re: [PATCH 0/5] KVM: x86/mmu: Misc cleanups, mostly TDP MMU

2021-02-26 Thread Paolo Bonzini
On 26/02/21 02:03, Sean Christopherson wrote: Effectively belated code review of a few pieces of the TDP MMU. Sean Christopherson (5): KVM: x86/mmu: Remove spurious TLB flush from TDP MMU's change_pte() hook KVM: x86/mmu: WARN if TDP MMU's set_tdp_spte() sees multiple GFNs KVM:

[PATCH 0/5] KVM: x86/mmu: Misc cleanups, mostly TDP MMU

2021-02-25 Thread Sean Christopherson
Effectively belated code review of a few pieces of the TDP MMU. Sean Christopherson (5): KVM: x86/mmu: Remove spurious TLB flush from TDP MMU's change_pte() hook KVM: x86/mmu: WARN if TDP MMU's set_tdp_spte() sees multiple GFNs KVM: x86/mmu: Use 'end' param in TDP MMU's test_age_gfn()