commit | 3cc5ea94de5f71dff0d3353f610e729308583e6b | [log] [tgz] |
---|---|---|
author | Lan Tianyu <Tianyu.Lan@microsoft.com> | Thu Dec 06 21:21:12 2018 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 21 11:28:42 2018 +0100 |
tree | 6823b691f82628220b5f9adcc79e29a999e14f92 | |
parent | 0cf853c5e238edf503ebda2fe541e6f4a3d5bd40 [diff] |
KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp() This patch is to flush tlb directly in kvm_set_pte_rmapp() function when Hyper-V remote TLB flush is available, returning 0 so that kvm_mmu_notifier_change_pte() does not flush again. Signed-off-by: Lan Tianyu <Tianyu.Lan@microsoft.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>