Re: [PATCH 5/7] KVM: SVM: hyper-v: Remote TLB flush for SVM

2021-04-08 Thread Vineeth Pillai
On 4/8/21 7:18 AM, Vitaly Kuznetsov wrote: enable_gif(svm); @@ -3967,6 +3999,9 @@ static void svm_load_mmu_pgd(struct kvm_vcpu *vcpu, unsigned long root, svm->vmcb->control.nested_cr3 = cr3; vmcb_mark_dirty(svm->vmcb, VMCB_NPT); + if

Re: [PATCH 5/7] KVM: SVM: hyper-v: Remote TLB flush for SVM

2021-04-08 Thread Vitaly Kuznetsov
Vineeth Pillai writes: > Enable remote TLB flush for SVM. > > Signed-off-by: Vineeth Pillai > --- > arch/x86/kvm/svm/svm.c | 35 +++ > 1 file changed, 35 insertions(+) > > diff --git a/arch/x86/kvm/svm/svm.c b/arch/x86/kvm/svm/svm.c > index

[PATCH 5/7] KVM: SVM: hyper-v: Remote TLB flush for SVM

2021-04-07 Thread Vineeth Pillai
Enable remote TLB flush for SVM. Signed-off-by: Vineeth Pillai --- arch/x86/kvm/svm/svm.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/arch/x86/kvm/svm/svm.c b/arch/x86/kvm/svm/svm.c index baee91c1e936..6287cab61f15 100644 --- a/arch/x86/kvm/svm/svm.c