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

2020-01-03 Thread Andre Przywara
On Mon, 16 Dec 2019 21:47:50 +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 Reviewed-by: Andre Przywara

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

2019-12-16 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 | 30 +- 1 file changed, 25 insertions(+), 5