]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control
authorChenyi Qiang <chenyi.qiang@intel.com>
Fri, 28 Aug 2020 08:56:21 +0000 (16:56 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Sep 2020 17:15:12 +0000 (13:15 -0400)
commita3dd8f104fda96ba51d9ec03fafed0df2f361987
tree5988797234da8958b9f56c2570aae6850db525d3
parent2c28244e303c20c5be794c751e7f70b6336166f8
KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control

A minor fix for the update of VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL field
in exit_ctls_high.

Fixes: 820bb5fd5db5 ("KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL
VM-{Entry,Exit} control")
Signed-off-by: Chenyi Qiang <chenyi.qiang@intel.com>
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Message-Id: <20200828085622.8365-5-chenyi.qiang@intel.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c