commit | 2bf8545603e3388c33745b41dc797fef7b2224aa | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Sun Jan 12 21:01:24 2025 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Jan 31 19:36:42 2025 +0100 |
tree | 6309ab956ac8739f2adb179c57a7c8ed6b06b486 | |
parent | 6286423b8bae2dafb5209a2e45d3ad30d75d146d [diff] |
hw/mips/loongson3_virt: Invert vCPU creation order to remove &first_cpu Create vCPUs from the last one to the first one. No need to use the &first_cpu global since we already have it referenced. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20250115232952.31166-3-philmd@linaro.org>