Re: [kvm-unit-tests RFC 04/10] pmu: Check Required Event Support

2019-12-13 Thread Andrew Jones
On Fri, Dec 06, 2019 at 06:27:18PM +0100, Eric Auger wrote: > If event counters are implemented check the common events > required by the PMUv3 are implemented. > > Some are unconditionally required (SW_INCR, CPU_CYCLES, > either INST_RETIRED or INST_SPEC). Some others only are > required if the i

[kvm-unit-tests RFC 04/10] pmu: Check Required Event Support

2019-12-06 Thread Eric Auger
If event counters are implemented check the common events required by the PMUv3 are implemented. Some are unconditionally required (SW_INCR, CPU_CYCLES, either INST_RETIRED or INST_SPEC). Some others only are required if the implementation implements some other features. Check those wich are unco