On 8/19/26 07:56, Philippe Mathieu-Daudé wrote:
x86_cpu_exec_halt() now merely checks cpu_has_work() and
conditionally call x86_cpu_transition_halt_to_exec(), which is now
the generic flow in cpu_has_work_after_processing_async_events().
Register both process_async_events and transition_halt_to_exec
handlers to use the generic target-agnostic flow, and remove the
x86_cpu_exec_halt() wrapper.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
target/i386/tcg/helper-tcg.h | 1 -
target/i386/tcg/system/seg_helper.c | 11 -----------
target/i386/tcg/tcg-cpu.c | 3 ++-
3 files changed, 2 insertions(+), 13 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~