Hi Eric,
On 3/19/24 23:23, Eric Auger wrote:
+ if (kvm_supports_pmu_filter) {
+ assert_set_feature_str(qts, "host", "kvm-pmu-filter", "");
+ assert_set_feature_str(qts, "host", "kvm-pmu-filter",
+ "A:0x11-0x11");
+ assert_set_feature_str(qts, "host", "kvm-pmu-filter",
+ "D:0x11-0x11");
+ assert_set_feature_str(qts, "host", "kvm-pmu-filter",
+ "A:0x11-0x11;A:0x12-0x20");
+ assert_set_feature_str(qts, "host", "kvm-pmu-filter",
+ "D:0x11-0x11;A:0x12-0x20;D:0x12-0x15");
Just to double check this set the filter and checks the filter is
applied, is that correct?
I see you set some ranges of events. Are you sure those events are
supported on host PMU and won't create a failure on setting the PMU filter?
What I test here is that checking if the PMU Filter parser is right
which I write in the kvm_pmu_filter_set/get function, I don't test any
KVM side things like if the PMU event is supported by host.
Thanks,
Shaoqin
Thanks
Eric
--
Shaoqin