Re: [Qemu-devel] [PATCH 04/13] target/arm: Mask PMU register writes based on PMCR_EL0.N

2017-10-17 Thread Aaron Lindsay
On Oct 17 14:41, Peter Maydell wrote: > On 30 September 2017 at 03:08, Aaron Lindsay wrote: > > This is in preparation for enabling counters other than PMCCNTR > > > > Signed-off-by: Aaron Lindsay > > --- > > target/arm/helper.c | 24

Re: [Qemu-devel] [PATCH 04/13] target/arm: Mask PMU register writes based on PMCR_EL0.N

2017-10-17 Thread Peter Maydell
On 30 September 2017 at 03:08, Aaron Lindsay wrote: > This is in preparation for enabling counters other than PMCCNTR > > Signed-off-by: Aaron Lindsay > --- > target/arm/helper.c | 24 +++- > 1 file changed, 15 insertions(+),

[Qemu-devel] [PATCH 04/13] target/arm: Mask PMU register writes based on PMCR_EL0.N

2017-04-19 Thread Aaron Lindsay
This is in preparation for enabling counters other than PMCCNTR Signed-off-by: Aaron Lindsay --- target/arm/helper.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index