qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH target-arm v3 0/8] target-arm: Extend PMCCNTR for ARMv8
@ 2014-08-18  8:11 Peter Crosthwaite
  2014-08-18  8:12 ` [Qemu-devel] [PATCH target-arm v3 1/8] target-arm: Make the ARM PMCCNTR register 64-bit Peter Crosthwaite
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Peter Crosthwaite @ 2014-08-18  8:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, cov, alistair23

This patch series continues on from Alistairs original PMCCNTR patch
work. The counter is extended to 64-bit. Also adds support for the
PMCCFILTR_EL0 register which allows the counter to be
disabled based on the current EL

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 multiple
  code paths.
 -Addressed PMM V2 review
V2:
 -Fix some typos identified by Christopher Covington
 -Convert the CCNT_ENABLED macro to the arm_ccnt_enabled
  function


Alistair Francis (6):
  target-arm: Make the ARM PMCCNTR register 64-bit
  target-arm: Implement PMCCNTR_EL0 and related registers
  target-arm: Add arm_ccnt_enabled function
  target-arm: Implement pmccntr_sync function
  target-arm: Remove old code and replace with new functions
  target-arm: Implement pmccfiltr_write function

Peter Crosthwaite (2):
  arm: Implement PMCCNTR 32b read-modify-write
  target-arm: Call pmccntr_sync() when swapping ELs

 target-arm/cpu.h    |  30 +++++++++-
 target-arm/helper.c | 166 +++++++++++++++++++++++++++++++++++++++++-----------
 2 files changed, 159 insertions(+), 37 deletions(-)

-- 
2.0.1.1.gfbfc394

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-08-18  8:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-18  8:11 [Qemu-devel] [PATCH target-arm v3 0/8] target-arm: Extend PMCCNTR for ARMv8 Peter Crosthwaite
2014-08-18  8:12 ` [Qemu-devel] [PATCH target-arm v3 1/8] target-arm: Make the ARM PMCCNTR register 64-bit Peter Crosthwaite
2014-08-18  8:12 ` [Qemu-devel] [PATCH target-arm v3 2/8] arm: Implement PMCCNTR 32b read-modify-write Peter Crosthwaite
2014-08-18  8:13 ` [Qemu-devel] [PATCH target-arm v3 3/8] target-arm: Implement PMCCNTR_EL0 and related registers Peter Crosthwaite
2014-08-18  8:14 ` [Qemu-devel] [PATCH target-arm v3 4/8] target-arm: Add arm_ccnt_enabled function Peter Crosthwaite
2014-08-18  8:14 ` [Qemu-devel] [PATCH target-arm v3 5/8] target-arm: Implement pmccntr_sync function Peter Crosthwaite
2014-08-18  8:15 ` [Qemu-devel] [PATCH target-arm v3 6/8] target-arm: Remove old code and replace with new functions Peter Crosthwaite
2014-08-18  8:15 ` [Qemu-devel] [PATCH target-arm v3 7/8] target-arm: Implement pmccfiltr_write function Peter Crosthwaite
2014-08-18  8:16 ` [Qemu-devel] [PATCH target-arm v3 8/8] target-arm: Call pmccntr_sync() when swapping ELs Peter Crosthwaite
2014-08-18  8:32   ` Peter Maydell
2014-08-18  8:36     ` Peter Crosthwaite

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).