Re: [PATCH v2 3/4] KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter

From: Paolo Bonzini
Date: Mon Oct 21 2019 - 04:12:52 EST


Just a naming tweak:

On 13/10/19 11:15, Like Xu wrote:
> + /* the exact requested config to create perf_event */
> + u64 programed_config;

/*
* eventsel value for general purpose counters, ctrl value for
* fixed counters.
*/
u64 current_config;