Re: [PATCH v2 09/21] softmmu/cpus: Code movement

2022-02-05 Thread Richard Henderson
On 2/4/22 06:18, Philippe Mathieu-Daudé wrote: We want cpu_thread_is_idle() to use cpus_accel, so declare this variable earlier. Signed-off-by: Philippe Mathieu-Daudé --- softmmu/cpus.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH v2 09/21] softmmu/cpus: Code movement

2022-02-03 Thread Philippe Mathieu-Daudé via
We want cpu_thread_is_idle() to use cpus_accel, so declare this variable earlier. Signed-off-by: Philippe Mathieu-Daudé --- softmmu/cpus.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/softmmu/cpus.c b/softmmu/cpus.c index 7f15106dd9..538e1714af 100644 --- a/soft