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

2018-07-17 Thread Peter Maydell
On 22 June 2018 at 21:32, Aaron Lindsay wrote: > 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

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

2018-06-22 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 | 132 3 f