On 6/20/25 10:13, Philippe Mathieu-Daudé wrote:
In order to have a generic function creating threads, introduce the thread_precreate() and cpu_thread_routine() handlers.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- include/system/accel-ops.h | 5 ++++- accel/accel-common.c | 16 +++++++++++++++- system/cpus.c | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
