On 8/19/26 07:56, Philippe Mathieu-Daudé wrote:
Invert cpu_handle_halt()'s logic to read in cpu_exec() as "if halted, try to process async events and find work; if no work, return". Rename as cpu_has_work_after_processing_async_events().Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- accel/tcg/cpu-exec.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
