Re: [RFC v2 0/5] accel/kvm: Support KVM PMU filter

2025-04-05 Thread Shaoqin Huang
Hi Zhao, On 3/21/25 11:43 AM, Zhao Liu wrote: Hi Shaoqin, Thank you very much for testing! I tried your series on ARM64, but it reports error at compile time, here is the error output: qapi/kvm.json:59:Unexpected indentation. I guess this is caused by my invalid format and sphinx complains

Re: [RFC v2 0/5] accel/kvm: Support KVM PMU filter

2025-04-05 Thread Zhao Liu
Hi Shaoqin, Thank you very much for testing! > I tried your series on ARM64, but it reports error at compile time, here is > the error output: > > qapi/kvm.json:59:Unexpected indentation. I guess this is caused by my invalid format and sphinx complains that, as Markus figured out :-( What abou

Re: [RFC v2 0/5] accel/kvm: Support KVM PMU filter

2025-03-18 Thread Shaoqin Huang
Hi Zhao, Thanks for your effort to respin the PMU Filter series. I tried your series on ARM64, but it reports error at compile time, here is the error output: qapi/kvm.json:59:Unexpected indentation. While I compiled it on x86, everything is ok. Could you please check why it failed on ARM64

Re: [RFC v2 0/5] accel/kvm: Support KVM PMU filter

2025-01-24 Thread Lai, Yi
On Wed, Jan 22, 2025 at 05:05:12PM +0800, Zhao Liu wrote: > Hi folks, > > Sorry for the long wait, but RFC v2 is here at last. > > Compared with v1 [1], v2 mianly makes `action` as a global parameter, > and all events (and fixed counters) are based on a unified action. > > Learned from the discu

[RFC v2 0/5] accel/kvm: Support KVM PMU filter

2025-01-22 Thread Zhao Liu
Hi folks, Sorry for the long wait, but RFC v2 is here at last. Compared with v1 [1], v2 mianly makes `action` as a global parameter, and all events (and fixed counters) are based on a unified action. Learned from the discussion with Shaoqin in v1, current pmu-filter QOM design could meet the req