Re: [PATCH V2 03/10] KVM: Remove tlbs_dirty

From: Paolo Bonzini
Date: Fri Sep 24 2021 - 12:03:27 EST


On 24/09/21 17:40, Lai Jiangshan wrote:


On 2021/9/23 23:23, Paolo Bonzini wrote:
On 18/09/21 02:56, Lai Jiangshan wrote:


Queued up to here for 5.15, thanks!

Paolo

Any comments on other commits?

Queued now for 5.16. :)

More precisely this is what I have queued from you for 5.16 only:

KVM: X86: Don't flush current tlb on shadow page modification
KVM: X86: Remove kvm_mmu_flush_or_zap()
KVM: X86: Change kvm_sync_page() to return true when remote flush is needed
KVM: X86: Zap the invalid list after remote tlb flushing
KVM: X86: Remove FNAME(update_pte)
KVM: X86: Don't unsync pagetables when speculative
KVM: X86: Don't check unsync if the original spte is writible
KVM: X86: Move PTE present check from loop body to __shadow_walk_next()

Paolo