]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
authorLike Xu <like.xu@linux.intel.com>
Mon, 11 Apr 2022 10:19:34 +0000 (18:19 +0800)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 17 Oct 2022 09:57:07 +0000 (11:57 +0200)
commit44f6882e67a7f85fca361bbd8cdfee9720fb5ca4
tree01a4f978cceb1b9d1db28ede08842bb6602a594e
parent33085ed35256e6a7fc16a09e6ea444e1a8fbc112
KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter

BugLink: https://bugs.launchpad.net/bugs/1990162
[ Upstream commit 2c985527dd8d283e786ad7a67e532ef7f6f00fac ]

The mask value of fixed counter control register should be dynamic
adjusted with the number of fixed counters. This patch introduces a
variable that includes the reserved bits of fixed counter control
registers. This is a generic code refactoring.

Co-developed-by: Luwei Kang <luwei.kang@intel.com>
Signed-off-by: Luwei Kang <luwei.kang@intel.com>
Signed-off-by: Like Xu <like.xu@linux.intel.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Message-Id: <20220411101946.20262-6-likexu@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/vmx/pmu_intel.c