On 6/16/26 12:17, Philippe Mathieu-Daudé wrote:
Move the TCG-specific cpu_exec_step_atomic() declaration out
of the generic "exec/cpu-common.h" header, to the recently
created "accel/tcg/cpu-loop.h" one.
Include "accel/tcg/cpu-loop.h" where appropriate.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
include/accel/tcg/cpu-loop.h | 2 ++
include/exec/cpu-common.h | 2 --
accel/tcg/tcg-accel-ops-mttcg.c | 1 +
accel/tcg/tcg-accel-ops-rr.c | 1 +
4 files changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~