]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: VMX: call ept_sync_global() with enable_ept only
authorDavid Hildenbrand <david@redhat.com>
Thu, 24 Aug 2017 18:51:29 +0000 (20:51 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 12 Oct 2017 12:01:52 +0000 (14:01 +0200)
commitfdf288bf726a491ff1e300c245194be48a6882fd
treec4e2941b12cee72c985d65bf91a5392d4782b701
parent0e1252dc46b9c9a805d704cf3a123132ebb0f8cf
KVM: VMX: call ept_sync_global() with enable_ept only

ept_* function should only be called with enable_ept being set.

Reviewed-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/vmx.c