hi, Markus, I had pick up this series for my 'loongarch bug fix for
10.0. 'branch
thanks.
Song Gao
在 2025/3/24 上午11:01, Bibo Mao 写道:
In function virt_cpu_plug() and virt_cpu_unplug(), the error is
impossile. Destination error is not propagated and replaced with
error_abort. With this, the logi
In function virt_cpu_plug() and virt_cpu_unplug(), the error is
impossile. Destination error is not propagated and replaced with
error_abort. With this, the logic is simple.
Also there is bugfix in function virt_cpu_plug(), Object cpuslot::cpu is
set at last only when there is no any error.
---