On 8/19/26 07:56, Philippe Mathieu-Daudé wrote:
arm_cpu_exec_halt() now merely checks cpu_has_work() and
conditionally call arm_cpu_transition_halt_to_exec(), which is now
the generic flow in cpu_has_work_after_processing_async_events().
Register the transition_halt_to_exec handler to use the generic
target-agnostic flow and remove the arm_cpu_exec_halt() wrapper.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
target/arm/internals.h | 3 ---
target/arm/cpu.c | 12 +-----------
target/arm/tcg/cpu-v7m.c | 1 -
3 files changed, 1 insertion(+), 15 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~