On 8/19/26 07:56, Philippe Mathieu-Daudé wrote:
In cpu_exec(), checkCPUState::halted field early before calling cpu_handle_halt(). The logic is the same but allow to simplify the async event processing hooks that will be added in the next commit.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- accel/tcg/cpu-exec.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
