Re: [PATCH v7 0/2] hw/loongarch/virt: Replace destination error with error_abort

2025-04-08 Thread gaosong
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

[PATCH v7 0/2] hw/loongarch/virt: Replace destination error with error_abort

2025-03-23 Thread 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 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. ---