Re: [PATCH v4 47/65] accel: Introduce AccelOpsClass::cpu_thread_routine handler

2025-07-04 Thread Mads Ynddal
> 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

[PATCH v4 47/65] accel: Introduce AccelOpsClass::cpu_thread_routine handler

2025-07-02 Thread Philippe Mathieu-Daudé
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