]> git.baikalelectronics.ru Git - kernel.git/commit
KVM/VMX: Change hv flush logic when ept tables are mismatched.
authorLan Tianyu <Tianyu.Lan@microsoft.com>
Sat, 13 Oct 2018 14:54:05 +0000 (22:54 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Oct 2018 22:30:09 +0000 (00:30 +0200)
commit957908176f8fb4fc21995851554bc582274ab8c2
treec9a719af737eaade79d3589cefd627898a0d3c7e
parent92cfae3d18c08f1d8c858768b09f33005856b576
KVM/VMX: Change hv flush logic when ept tables are mismatched.

If ept table pointers are mismatched, flushing tlb for each vcpus via
hv flush interface still helps to reduce vmexits which are triggered
by IPI and INEPT emulation.

Signed-off-by: Lan Tianyu <Tianyu.Lan@microsoft.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c