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)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jun 2022 08:47:50 +0000 (04:47 -0400)
commit2c985527dd8d283e786ad7a67e532ef7f6f00fac
treede3fdf40d30635496f6068b302a2fea6f89856c3
parentbef6ecca46ac938ffb352d7fa2f6eafd1b6a41be
KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter

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>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/vmx/pmu_intel.c