mbox series

[v12,0/2] More fully implement ARM PMUv3

Message ID 20190124162401.5111-1-aaron@os.amperecomputing.com
Headers show
Series More fully implement ARM PMUv3 | expand

Message

Aaron Lindsay Jan. 24, 2019, 4:24 p.m. UTC
Most of this patchset implementing the PMU has been merged already, but
the interrupt-on-overflow behavior had some additional review comments.
This most recent version fixes a type promotion issue and adds Richard's
Reviewed-by's.

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

Comments

Peter Maydell Jan. 31, 2019, 1:42 p.m. UTC | #1
On Thu, 24 Jan 2019 at 16:24, Aaron Lindsay OS
<aaron@os.amperecomputing.com> wrote:
>
> Most of this patchset implementing the PMU has been merged already, but
> the interrupt-on-overflow behavior had some additional review comments.
> This most recent version fixes a type promotion issue and adds Richard's
> Reviewed-by's.
>
> Aaron Lindsay (2):
>   target/arm: Send interrupts on PMU counter overflow
>   target/arm: Add a timer to predict PMU counter overflow
>



Applied to target-arm.next, thanks.

-- PMM