Re: [Qemu-devel] [PATCH v7 12/12] target/arm: Send interrupts on PMU counter overflow

2018-11-20 Thread Peter Maydell
On 16 November 2018 at 21:22, Aaron Lindsay wrote: > On Nov 05 13:52, Aaron Lindsay wrote: >> Setup a QEMUTimer to get a callback when we expect counters to next >> overflow and trigger an interrupt at that time. > > Peter, > > It looks like there's probably going to be at least a v8 in this serie

Re: [Qemu-devel] [PATCH v7 12/12] target/arm: Send interrupts on PMU counter overflow

2018-11-16 Thread Aaron Lindsay
On Nov 05 13:52, Aaron Lindsay wrote: > Setup a QEMUTimer to get a callback when we expect counters to next > overflow and trigger an interrupt at that time. Peter, It looks like there's probably going to be at least a v8 in this series since you've made a few comments which require changes. But

[Qemu-devel] [PATCH v7 12/12] target/arm: Send interrupts on PMU counter overflow

2018-11-05 Thread Aaron Lindsay
Setup a QEMUTimer to get a callback when we expect counters to next overflow and trigger an interrupt at that time. Signed-off-by: Aaron Lindsay --- target/arm/cpu.c| 11 target/arm/cpu.h| 7 +++ target/arm/helper.c | 126 +--- 3 files chan