Re: [Qemu-devel] [PATCH v2 3/7] target-arm: Add arm_ccnt_enabled function

2014-08-17 Thread Peter Crosthwaite
On Thu, Jun 26, 2014 at 9:28 PM, Peter Crosthwaite wrote: > On Thu, Jun 26, 2014 at 3:02 PM, Alistair Francis > wrote: >> Include a helper function to determine if the CCNT counter >> is enabled as well as the constants used to mask the pmccfiltr_el0 >> and c9_pmxevtyper registers. >> >> Signed-o

Re: [Qemu-devel] [PATCH v2 3/7] target-arm: Add arm_ccnt_enabled function

2014-06-26 Thread Peter Crosthwaite
On Thu, Jun 26, 2014 at 3:02 PM, Alistair Francis wrote: > Include a helper function to determine if the CCNT counter > is enabled as well as the constants used to mask the pmccfiltr_el0 > and c9_pmxevtyper registers. > > Signed-off-by: Alistair Francis > --- > > target-arm/helper.c | 40 +

[Qemu-devel] [PATCH v2 3/7] target-arm: Add arm_ccnt_enabled function

2014-06-25 Thread Alistair Francis
Include a helper function to determine if the CCNT counter is enabled as well as the constants used to mask the pmccfiltr_el0 and c9_pmxevtyper registers. Signed-off-by: Alistair Francis --- target-arm/helper.c | 40 1 files changed, 40 insertions(+),