Re: [RFC PATCH v2 31/48] accel/dummy: Convert to AccelOpsClass::cpu_thread_routine

2025-06-21 Thread Richard Henderson
On 6/20/25 10:13, Philippe Mathieu-Daudé wrote: By converting toAccelOpsClass::cpu_thread_routine we can let the common accel_create_vcpu_thread() create the thread. Signed-off-by: Philippe Mathieu-Daudé --- include/system/cpus.h | 4 +--- accel/dummy-cpus.c| 14 +- accel/qt

[RFC PATCH v2 31/48] accel/dummy: Convert to AccelOpsClass::cpu_thread_routine

2025-06-20 Thread Philippe Mathieu-Daudé
By converting to AccelOpsClass::cpu_thread_routine we can let the common accel_create_vcpu_thread() create the thread. Signed-off-by: Philippe Mathieu-Daudé --- include/system/cpus.h | 4 +--- accel/dummy-cpus.c| 14 +- accel/qtest/qtest.c | 3 ++- accel/xen/xen-all.c | 3