On Mon, Mar 24, 2025, Mingwei Zhang wrote: > - pmu->fixed_ctr_ctrl = pmu->global_ctrl = pmu->global_status = 0; > + pmu->fixed_ctr_ctrl = pmu->fixed_ctr_ctrl_hw = 0; > + pmu->global_ctrl = pmu->global_status = 0;
VMCS needs to be updated.
On Mon, Mar 24, 2025, Mingwei Zhang wrote: > - pmu->fixed_ctr_ctrl = pmu->global_ctrl = pmu->global_status = 0; > + pmu->fixed_ctr_ctrl = pmu->fixed_ctr_ctrl_hw = 0; > + pmu->global_ctrl = pmu->global_status = 0;
VMCS needs to be updated.