Re: [Qemu-devel] [PATCH v7 10/12] target/arm: PMU: Set PMCR.N to 4

2018-11-16 Thread Peter Maydell
On 5 November 2018 at 18:52, Aaron Lindsay wrote: > This both advertises that we support four counters and enables them > because the pmu_num_counters() reads this value from PMCR. > > Signed-off-by: Aaron Lindsay > Signed-off-by: Aaron Lindsay > --- > target/arm/helper.c | 10 +- > 1 f

[Qemu-devel] [PATCH v7 10/12] target/arm: PMU: Set PMCR.N to 4

2018-11-05 Thread Aaron Lindsay
This both advertises that we support four counters and enables them because the pmu_num_counters() reads this value from PMCR. Signed-off-by: Aaron Lindsay Signed-off-by: Aaron Lindsay --- target/arm/helper.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/target/