Re: [PATCH v4 50/65] accel/hvf: Convert to AccelOpsClass::cpu_thread_routine

2025-07-04 Thread Mads Ynddal
> On 2 Jul 2025, at 20.53, Philippe Mathieu-Daudé wrote: > > 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é > Reviewed-by: Richard Henderson > --- > accel/hvf/hvf-accel-ops.c |

[PATCH v4 50/65] accel/hvf: Convert to AccelOpsClass::cpu_thread_routine

2025-07-02 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é Reviewed-by: Richard Henderson --- accel/hvf/hvf-accel-ops.c | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) dif