aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r--arch/x86/kvm/pmu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/kvm/pmu.c b/arch/x86/kvm/pmu.c
index 3e48c1d3edcd..6af9a542e541 100644
--- a/arch/x86/kvm/pmu.c
+++ b/arch/x86/kvm/pmu.c
@@ -210,6 +210,9 @@ static void reprogram_gp_counter(struct kvm_pmc *pmc, u64 eventsel)
210 unsigned config, type = PERF_TYPE_RAW; 210 unsigned config, type = PERF_TYPE_RAW;
211 u8 event_select, unit_mask; 211 u8 event_select, unit_mask;
212 212
213 if (eventsel & ARCH_PERFMON_EVENTSEL_PIN_CONTROL)
214 printk_once("kvm pmu: pin control bit is ignored\n");
215
213 pmc->eventsel = eventsel; 216 pmc->eventsel = eventsel;
214 217
215 stop_counter(pmc); 218 stop_counter(pmc);