|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 02/11] hw/mips/loongson3_virt: Invert vCPU creation order to remove &first_cpu |
Date: | Thu, 16 Jan 2025 09:35:29 -0800 |
User-agent: | Mozilla Thunderbird |
On 1/15/25 15:29, Philippe Mathieu-Daudé wrote:
Create vCPUs from the last one to the first one. No need to use the &first_cpu global since we already have it referenced. Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> --- hw/mips/loongson3_virt.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |