On 6/16/26 12:17, Philippe Mathieu-Daudé wrote:
In order to keep TCG-specific functions under a TCG
API namespace, add the "accel/tcg/cpu-loop.h" header
and move cpu_exec() declaration to it. Add a bit of
documentation.
Include "accel/tcg/cpu-loop.h" where appropriate.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
bsd-user/freebsd/os-proc.h | 1 +
include/accel/tcg/cpu-loop.h | 16 ++++++++++++++++
include/exec/cpu-common.h | 3 ---
include/user/cpu_loop.h | 2 +-
accel/tcg/cpu-exec.c | 1 +
accel/tcg/tcg-accel-ops.c | 1 +
bsd-user/main.c | 1 +
7 files changed, 21 insertions(+), 4 deletions(-)
create mode 100644 include/accel/tcg/cpu-loop.h
Reviewed-by: Richard Henderson <[email protected]>
r~