target/arm: Send interrupts on PMU counter overflow
commitf4efb4b2a17528837cb445f9bdfaef8df4a5acf7
authorAaron Lindsay OS <aaron@os.amperecomputing.com>
Fri, 1 Feb 2019 14:55:45 +0000 (1 14:55 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 1 Feb 2019 14:55:45 +0000 (1 14:55 +0000)
treea6f0f5b257bf1fa62f282f16100d9a9359ccbe23
parenteaefb97a8b97dbf42c016fe65b68b92f99a346f6
target/arm: Send interrupts on PMU counter overflow

Whenever we notice that a counter overflow has occurred, send an
interrupt. This is made more reliable with the addition of a timer in a
follow-on commit.

Signed-off-by: Aaron Lindsay <aaron@os.amperecomputing.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190124162401.5111-2-aaron@os.amperecomputing.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c