From: Alistair Francis <alistair.francis@xilinx.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com,
cov@codeaurora.org, alistair.francis@xilinx.com
Subject: [Qemu-devel] [PATCH v2 0/7] target-arm: Extend PMCCNTR for ARMv8
Date: Thu, 26 Jun 2014 15:01:48 +1000 [thread overview]
Message-ID: <cover.1403757527.git.alistair.francis@xilinx.com> (raw)
This patch series continues on from my original PMCCNTR patch
work to extend the counter to be 64-bit and support for the
PMCCFILTR_EL0 register which allows the counter to be
disabled based on the current EL
V2:
-Fix some typos identified by Christopher Covington
-Convert the CCNT_ENABLED macro to the arm_ccnt_enabled
function
Alistair Francis (7):
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
target-arm: Call the pmccntr_sync function when swapping ELs
target-arm/cpu.h | 14 ++++-
target-arm/helper-a64.c | 5 ++
target-arm/helper.c | 150 ++++++++++++++++++++++++++++++++++++++---------
target-arm/op_helper.c | 6 ++
4 files changed, 146 insertions(+), 29 deletions(-)
next reply other threads:[~2014-06-26 5:02 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-26 5:01 Alistair Francis [this message]
2014-06-26 5:01 ` [Qemu-devel] [PATCH v2 1/7] target-arm: Make the ARM PMCCNTR register 64-bit Alistair Francis
2014-06-26 5:02 ` [Qemu-devel] [PATCH v2 2/7] target-arm: Implement PMCCNTR_EL0 and related registers Alistair Francis
2014-08-01 15:28 ` Peter Maydell
2014-08-18 3:38 ` Peter Crosthwaite
2014-08-18 7:31 ` Peter Maydell
2014-06-26 5:02 ` [Qemu-devel] [PATCH v2 3/7] target-arm: Add arm_ccnt_enabled function Alistair Francis
2014-06-26 11:28 ` Peter Crosthwaite
2014-08-18 3:48 ` Peter Crosthwaite
2014-06-26 5:02 ` [Qemu-devel] [PATCH v2 4/7] target-arm: Implement pmccntr_sync function Alistair Francis
2014-06-26 5:02 ` [Qemu-devel] [PATCH v2 5/7] target-arm: Remove old code and replace with new functions Alistair Francis
2014-06-26 11:38 ` Peter Crosthwaite
2014-06-27 0:22 ` Alistair Francis
2014-06-26 5:02 ` [Qemu-devel] [PATCH v2 6/7] target-arm: Implement pmccfiltr_write function Alistair Francis
2014-06-26 5:02 ` [Qemu-devel] [PATCH v2 7/7] target-arm: Call the pmccntr_sync function when swapping ELs Alistair Francis
2014-08-01 15:35 ` Peter Maydell
2014-08-01 23:27 ` 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.1403757527.git.alistair.francis@xilinx.com \
--to=alistair.francis@xilinx.com \
--cc=cov@codeaurora.org \
--cc=peter.crosthwaite@xilinx.com \
--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).