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

From: Like Xu
Date: Mon Oct 21 2019 - 04:16:09 EST


Hi Paolo,

On 2019/10/21 16:12, Paolo Bonzini wrote:
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;



It looks good to me and I'll apply this.
Is there more need for improvementï