Re: [PATCH v4 00/38] Mediated vPMU 4.0 for x86

2025-05-14 Thread Mi, Dapeng
On 5/15/2025 8:49 AM, Sean Christopherson wrote: > On Mon, Mar 24, 2025, Mingwei Zhang wrote: >> Dapeng Mi (18): >> KVM: x86/pmu: Introduce enable_mediated_pmu global parameter >> KVM: x86/pmu: Check PMU cpuid configuration from user space >> KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpe

Re: [PATCH v4 00/38] Mediated vPMU 4.0 for x86

2025-05-14 Thread Sean Christopherson
On Mon, Mar 24, 2025, Mingwei Zhang wrote: > Dapeng Mi (18): > KVM: x86/pmu: Introduce enable_mediated_pmu global parameter > KVM: x86/pmu: Check PMU cpuid configuration from user space > KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers > KVM: x86/pmu: Add perf_capabilities field in struc

Re: [PATCH v4 00/38] Mediated vPMU 4.0 for x86

2025-05-06 Thread Mi, Dapeng
On 5/7/2025 3:45 AM, Sean Christopherson wrote: > On Tue, May 06, 2025, Dapeng Mi wrote: >> Hi Sean, >> >> Not sure if you have bandwidth to review this mediated vPMU v4 patchset? > I'm getting there. I wanted to get through all the stuff I thought would > likely > be ready for 6.16 as-is befor

Re: [PATCH v4 00/38] Mediated vPMU 4.0 for x86

2025-05-06 Thread Sean Christopherson
On Tue, May 06, 2025, Dapeng Mi wrote: > Hi Sean, > > Not sure if you have bandwidth to review this mediated vPMU v4 patchset? I'm getting there. I wanted to get through all the stuff I thought would likely be ready for 6.16 as-is before moving onto the larger series.

Re: [PATCH v4 00/38] Mediated vPMU 4.0 for x86

2025-05-06 Thread Mi, Dapeng
Hi Sean, Not sure if you have bandwidth to review this mediated vPMU v4 patchset? All your comments in v3 patchset have been addressed. Thanks. Dapeng Mi On 3/25/2025 1:30 AM, Mingwei Zhang wrote: > With joint effort from the upstream KVM community, we come up with the > 4th version of mediated

Re: [PATCH v4 00/38] Mediated vPMU 4.0 for x86

2025-04-25 Thread Peter Zijlstra
On Wed, Apr 16, 2025 at 03:22:02PM +0800, Mi, Dapeng wrote: > Kindly ping... Any comments on this patch series? Thanks. I suppose its mostly okay, just a few nits.

Re: [PATCH v4 00/38] Mediated vPMU 4.0 for x86

2025-04-16 Thread Mi, Dapeng
Kindly ping... Any comments on this patch series? Thanks. On 3/25/2025 1:30 AM, Mingwei Zhang wrote: > With joint effort from the upstream KVM community, we come up with the > 4th version of mediated vPMU for x86. We have made the following changes > on top of the previous RFC v3. > > v3 -> v4 >

[PATCH v4 00/38] Mediated vPMU 4.0 for x86

2025-03-24 Thread Mingwei Zhang
With joint effort from the upstream KVM community, we come up with the 4th version of mediated vPMU for x86. We have made the following changes on top of the previous RFC v3. v3 -> v4 - Rebase whole patchset on 6.14-rc3 base. - Address Peter's comments on Perf part. - Address Sean's comments on