qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v11 0/2] More fully implement ARM PMUv3
@ 2019-01-23 21:32 Aaron Lindsay OS
  2019-01-23 21:32 ` [Qemu-devel] [PATCH v11 1/2] target/arm: Send interrupts on PMU counter overflow Aaron Lindsay OS
  2019-01-23 21:32 ` [Qemu-devel] [PATCH v11 2/2] target/arm: Add a timer to predict " Aaron Lindsay OS
  0 siblings, 2 replies; 6+ messages in thread
From: Aaron Lindsay OS @ 2019-01-23 21:32 UTC (permalink / raw)
  To: qemu-arm@nongnu.org, Peter Maydell, Alistair Francis, Wei Huang,
	Peter Crosthwaite, Richard Henderson
  Cc: qemu-devel@nongnu.org, Michael Spradling, Digant Desai,
	Aaron Lindsay OS

Most of this patchset to implement the PMU has been merged already, but
the interrupt-on-overflow behavior had some additional review comments.
In addition to improving the overflow detection and bit-clearing logic,
I split the previous patch [1] into two to (hopefully) make it more
digestable.

There is also a separate bugfix for one of the the already-merged
patches which I already sent out separately as "target/arm: Don't clear
supported PMU events when initializing PMCEID1" [2].

[1] - https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg02242.html
[2] - https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg05996.html

Aaron Lindsay (2):
  target/arm: Send interrupts on PMU counter overflow
  target/arm: Add a timer to predict PMU counter overflow

 target/arm/cpu.c    |  12 ++++
 target/arm/cpu.h    |  10 ++++
 target/arm/helper.c | 133 ++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 143 insertions(+), 12 deletions(-)

-- 
2.20.1

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

end of thread, other threads:[~2019-01-24 15:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-23 21:32 [Qemu-devel] [PATCH v11 0/2] More fully implement ARM PMUv3 Aaron Lindsay OS
2019-01-23 21:32 ` [Qemu-devel] [PATCH v11 1/2] target/arm: Send interrupts on PMU counter overflow Aaron Lindsay OS
2019-01-23 23:37   ` Richard Henderson
2019-01-24 15:53     ` Aaron Lindsay OS
2019-01-23 21:32 ` [Qemu-devel] [PATCH v11 2/2] target/arm: Add a timer to predict " Aaron Lindsay OS
2019-01-23 23:38   ` Richard Henderson

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).