]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Use the correct field var when clearing VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 14 Jan 2019 20:12:02 +0000 (12:12 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 25 Jan 2019 17:52:54 +0000 (18:52 +0100)
commitd8d50a7756bb047ced3054040790686caed17310
tree6e19e1bc2451d7a7c61686452315e2809594d3c4
parent57a76b2ed37a2ea20774e089bccd591bd5f1647f
KVM: VMX: Use the correct field var when clearing VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL

Fix a recently introduced bug that results in the wrong VMCS control
field being updated when applying a IA32_PERF_GLOBAL_CTRL errata.

Fixes: 2cf8a3e34208 ("KVM: VMX: Properly handle dynamic VM Entry/Exit controls")
Reported-by: Harald Arnesen <harald@skogtun.org>
Tested-by: Harald Arnesen <harald@skogtun.org>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c