Re: [PULL 39/49] target/arm: Filter cycle counter based on PMCCFILTR_EL0

2020-08-25 Thread Aaron Lindsay
On Aug 24 17:33, Peter Maydell wrote: > On Fri, 18 Jan 2019 at 14:58, Peter Maydell wrote: > > > > From: Aaron Lindsay > > > > Rename arm_ccnt_enabled to pmu_counter_enabled, and add logic to only > > return 'true' if the specified counter is enabled and neither prohibited > > or filtered. > > >

Re: [PULL 39/49] target/arm: Filter cycle counter based on PMCCFILTR_EL0

2020-08-24 Thread Peter Maydell
On Fri, 18 Jan 2019 at 14:58, Peter Maydell wrote: > > From: Aaron Lindsay > > Rename arm_ccnt_enabled to pmu_counter_enabled, and add logic to only > return 'true' if the specified counter is enabled and neither prohibited > or filtered. > > Signed-off-by: Aaron Lindsay > Signed-off-by: Aaron

[Qemu-devel] [PULL 39/49] target/arm: Filter cycle counter based on PMCCFILTR_EL0

2019-01-18 Thread Peter Maydell
From: Aaron Lindsay Rename arm_ccnt_enabled to pmu_counter_enabled, and add logic to only return 'true' if the specified counter is enabled and neither prohibited or filtered. Signed-off-by: Aaron Lindsay Signed-off-by: Aaron Lindsay Reviewed-by: Peter Maydell Reviewed-by: Richard Henderson