Re: [PATCH 4/5] plugins: remove special casing for cpu->realized

2024-06-03 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 30/5/24 21:42, Alex Bennée wrote: >> Now the condition variable is initialised early on we don't need to go >> through hoops to avoid calling async_run_on_cpu. >> Signed-off-by: Alex Bennée >> --- >> plugins/core.c | 6 +- >> 1 file changed, 1 insertion

Re: [PATCH 4/5] plugins: remove special casing for cpu->realized

2024-06-03 Thread Philippe Mathieu-Daudé
On 3/6/24 13:31, Philippe Mathieu-Daudé wrote: On 30/5/24 21:42, Alex Bennée wrote: Now the condition variable is initialised early on we don't need to go through hoops to avoid calling async_run_on_cpu. Signed-off-by: Alex Bennée ---   plugins/core.c | 6 +-   1 file changed, 1 insertion(+

Re: [PATCH 4/5] plugins: remove special casing for cpu->realized

2024-06-03 Thread Philippe Mathieu-Daudé
On 30/5/24 21:42, Alex Bennée wrote: Now the condition variable is initialised early on we don't need to go through hoops to avoid calling async_run_on_cpu. Signed-off-by: Alex Bennée --- plugins/core.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/core.c b

Re: [PATCH 4/5] plugins: remove special casing for cpu->realized

2024-05-30 Thread Pierrick Bouvier
On 5/30/24 12:42, Alex Bennée wrote: Now the condition variable is initialised early on we don't need to go through hoops to avoid calling async_run_on_cpu. Signed-off-by: Alex Bennée --- plugins/core.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/core.c b

[PATCH 4/5] plugins: remove special casing for cpu->realized

2024-05-30 Thread Alex Bennée
Now the condition variable is initialised early on we don't need to go through hoops to avoid calling async_run_on_cpu. Signed-off-by: Alex Bennée --- plugins/core.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/core.c b/plugins/core.c index 0726bc7f25..badede2