Re: [kvm-unit-tests RFC 03/10] pmu: Add a pmu struct

2019-12-13 Thread Andrew Jones
On Fri, Dec 06, 2019 at 06:27:17PM +0100, Eric Auger wrote: > This struct aims at storing information potentially used by > all tests such as the pmu version, the read-only part of the > PMCR, the number of implemented event counters, ... > > Signed-off-by: Eric Auger > --- > arm/pmu.c | 29

[kvm-unit-tests RFC 03/10] pmu: Add a pmu struct

2019-12-06 Thread Eric Auger
This struct aims at storing information potentially used by all tests such as the pmu version, the read-only part of the PMCR, the number of implemented event counters, ... Signed-off-by: Eric Auger --- arm/pmu.c | 29 - 1 file changed, 24 insertions(+), 5 deletions(-