> On 2 Jul 2025, at 20.53, 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é
> Reviewed-by: Richard Henderson
> ---
> include/system/accel-o
In order to have a generic function creating threads,
introduce the thread_precreate() and cpu_thread_routine()
handlers.
Signed-off-by: Philippe Mathieu-Daudé
Reviewed-by: Richard Henderson
---
include/system/accel-ops.h | 5 -
accel/accel-common.c | 16 +++-
system/cpus