Re: [RFC PATCH v2 29/48] accel: Factor accel_create_vcpu_thread() out

2025-06-21 Thread Richard Henderson
On 6/20/25 10:13, Philippe Mathieu-Daudé wrote: Factor accel_create_vcpu_thread() out of system/cpus.c to be able to access accel/ internal definitions. Signed-off-by: Philippe Mathieu-Daudé --- include/qemu/accel.h | 2 ++ accel/accel-common.c | 19 +++ system/cpus.c

[RFC PATCH v2 29/48] accel: Factor accel_create_vcpu_thread() out

2025-06-20 Thread Philippe Mathieu-Daudé
Factor accel_create_vcpu_thread() out of system/cpus.c to be able to access accel/ internal definitions. Signed-off-by: Philippe Mathieu-Daudé --- include/qemu/accel.h | 2 ++ accel/accel-common.c | 19 +++ system/cpus.c| 4 +--- 3 files changed, 22 insertions(+), 3 del