qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, cov@codeaurora.org, alistair23@gmail.com
Subject: [Qemu-devel] [PATCH target-arm v4 0/7] target-arm: Extend PMCCNTR for ARMv8
Date: Mon, 25 Aug 2014 21:09:05 -0700	[thread overview]
Message-ID: <cover.1409025949.git.peter.crosthwaite@xilinx.com> (raw)

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 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 (1):
  arm: Implement PMCCNTR 32b read-modify-write

 target-arm/cpu.h    |  18 +++++--
 target-arm/helper.c | 138 ++++++++++++++++++++++++++++++++++++++--------------
 2 files changed, 117 insertions(+), 39 deletions(-)

-- 
2.1.0.1.g27b9230

             reply	other threads:[~2014-08-26  4:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-26  4:09 Peter Crosthwaite [this message]
2014-08-26  4:09 ` [Qemu-devel] [PATCH target-arm v4 1/7] target-arm: Make the ARM PMCCNTR register 64-bit Peter Crosthwaite
2014-08-26  4:10 ` [Qemu-devel] [PATCH target-arm v4 2/7] arm: Implement PMCCNTR 32b read-modify-write Peter Crosthwaite
2014-08-26 13:10   ` Alistair Francis
2014-08-26  4:10 ` [Qemu-devel] [PATCH target-arm v4 3/7] target-arm: Implement PMCCNTR_EL0 and related registers Peter Crosthwaite
2014-08-26  4:11 ` [Qemu-devel] [PATCH target-arm v4 4/7] target-arm: Add arm_ccnt_enabled function Peter Crosthwaite
2014-08-26  4:12 ` [Qemu-devel] [PATCH target-arm v4 5/7] target-arm: Implement pmccntr_sync function Peter Crosthwaite
2014-08-26  4:12 ` [Qemu-devel] [PATCH target-arm v4 6/7] target-arm: Remove old code and replace with new functions Peter Crosthwaite
2014-08-26  4:13 ` [Qemu-devel] [PATCH target-arm v4 7/7] target-arm: Implement pmccfiltr_write function Peter Crosthwaite
2014-08-29 13:46 ` [Qemu-devel] [PATCH target-arm v4 0/7] target-arm: Extend PMCCNTR for ARMv8 Peter Maydell
2014-08-29 23:39   ` Peter Crosthwaite

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1409025949.git.peter.crosthwaite@xilinx.com \
    --to=peter.crosthwaite@xilinx.com \
    --cc=alistair23@gmail.com \
    --cc=cov@codeaurora.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).