Re: [kvm-unit-tests PATCH v2 3/9] arm: pmu: Add a pmu struct

2020-03-05 Thread Andrew Jones
On Thu, Jan 30, 2020 at 12:25:04PM +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 | 30

Re: [kvm-unit-tests PATCH v2 3/9] arm: pmu: Add a pmu struct

2020-03-04 Thread Auger Eric
Hi Andre, On 3/4/20 7:02 PM, Andre Przywara wrote: > On Thu, 30 Jan 2020 12:25:04 +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, ... >> >

Re: [kvm-unit-tests PATCH v2 3/9] arm: pmu: Add a pmu struct

2020-03-04 Thread Andre Przywara
On Thu, 30 Jan 2020 12:25:04 +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 As I stated already in v1: Revi

[kvm-unit-tests PATCH v2 3/9] arm: pmu: Add a pmu struct

2020-01-30 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 deletions(