OSDN Git Service

KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled
authorLike Xu <like.xu@linux.intel.com>
Mon, 1 Feb 2021 05:10:31 +0000 (13:10 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 4 Feb 2021 10:27:24 +0000 (05:27 -0500)
commitc646236344e9054cc84cd5a9f763163b9654cf7e
tree09df32dacf9da772f2edc8f3896e4d7843a40f28
parent9c9520ce883386dc3794c7d60204487ff1db09cb
KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled

Usespace could set the bits [0, 5] of the IA32_PERF_CAPABILITIES
MSR which tells about the record format stored in the LBR records.

The LBR will be enabled on the guest if host perf supports LBR
(checked via x86_perf_get_lbr()) and the vcpu model is compatible
with the host one.

Signed-off-by: Like Xu <like.xu@linux.intel.com>
Message-Id: <20210201051039.255478-4-like.xu@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/capabilities.h
arch/x86/kvm/vmx/pmu_intel.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/vmx/vmx.h