Home
last modified time | relevance | path

Searched hist:d63d0ec59d87a698de5ed843288f90a23470cf2e (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcpu.cdiff d63d0ec59d87a698de5ed843288f90a23470cf2e Fri Feb 07 08:04:27 CST 2020 Richard Henderson <richard.henderson@linaro.org> target/arm: Raise only one interrupt in arm_cpu_exec_interrupt

The fall through organization of this function meant that we
would raise an interrupt, then might overwrite that with another.
Since interrupt prioritization is IMPLEMENTATION DEFINED, we
can recognize these in any order we choose.

Unify the code to raise the interrupt in a block at the end.

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200206105448.4726-42-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>