Re: [Qemu-devel] [PATCH target-arm v4 0/7] target-arm: Extend PMCCNTR for ARMv8

2014-08-29 Thread Peter Crosthwaite
On Fri, Aug 29, 2014 at 11:46 PM, Peter Maydell wrote: > On 26 August 2014 05:09, Peter Crosthwaite > wrote: >> This patch series continues on from Alistairs original PMCCNTR patch >> work. The counter is extended to 64-bit. >> >> V4: >> - Drop all EL awareness. >> V3: >> -Tidy up the arm_ccnt

Re: [Qemu-devel] [PATCH target-arm v4 0/7] target-arm: Extend PMCCNTR for ARMv8

2014-08-29 Thread Peter Maydell
On 26 August 2014 05:09, Peter Crosthwaite wrote: > This patch series continues on from Alistairs original PMCCNTR patch > work. The counter is extended to 64-bit. > > V4: > - Drop all EL awareness. > V3: > -Tidy up the arm_ccnt_enabled() > -Fixed an old commit message refering to the CCNT_ENAB

[Qemu-devel] [PATCH target-arm v4 0/7] target-arm: Extend PMCCNTR for ARMv8

2014-08-25 Thread Peter Crosthwaite
This patch series continues on from Alistairs original PMCCNTR patch work. The counter is extended to 64-bit. V4: - Drop all EL awareness. V3: -Tidy up the arm_ccnt_enabled() -Fixed an old commit message refering to the CCNT_ENABLED macro -Do EL change sync in pstate_write instead of in mult