Re: [RFC PATCH v2 36/48] accel/whpx: Convert to AccelOpsClass::cpu_thread_routine

2025-06-23 Thread Philippe Mathieu-Daudé
On 22/6/25 04:10, Richard Henderson wrote: On 6/20/25 10:13, 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é ---   target/i386/whpx/whpx-accel-ops.c | 12 +

Re: [RFC PATCH v2 36/48] accel/whpx: Convert to AccelOpsClass::cpu_thread_routine

2025-06-21 Thread Richard Henderson
On 6/20/25 10:13, 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é --- target/i386/whpx/whpx-accel-ops.c | 12 +--- 1 file changed, 1 insertion(+)

Re: [RFC PATCH v2 36/48] accel/whpx: 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é --- target/i386/whpx/whpx-accel-ops.c | 12 +--- 1 file changed, 1 insertion(+),

[RFC PATCH v2 36/48] accel/whpx: 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é --- target/i386/whpx/whpx-accel-ops.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/target/i386/whpx/whp