[Qemu-devel] [PATCH v12 0/2] More fully implement ARM PMUv3

Aaron Lindsay OS posted 2 patches 5 years, 3 months ago
Failed in applying to current master (apply log)
target/arm/cpu.c    |  12 ++++
target/arm/cpu.h    |  10 ++++
target/arm/helper.c | 133 ++++++++++++++++++++++++++++++++++++++++----
3 files changed, 143 insertions(+), 12 deletions(-)
[Qemu-devel] [PATCH v12 0/2] More fully implement ARM PMUv3
Posted by Aaron Lindsay OS 5 years, 3 months ago
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(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH v12 0/2] More fully implement ARM PMUv3
Posted by Peter Maydell 5 years, 2 months ago
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