On Fri, 19 Jun 2026 at 14:05, Alex Bennée <[email protected]> wrote: > > The helper will be called multiple times as we exit a loop and until > we actually restart (via arm_cpu_exec_halt) we should leave the > condition the same. > > Fixes: 6fd2fcdc61b (target/arm: teach arm_cpu_has_work about halting reasons) > Signed-off-by: Alex Bennée <[email protected]> > --- > include/hw/core/sysemu-cpu-ops.h | 3 +++ > target/arm/cpu.c | 4 ++-- > 2 files changed, 5 insertions(+), 2 deletions(-) >
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
