On 2025/3/20 下午3:01, Markus Armbruster wrote:
Bibo Mao <maob...@loongson.cn> writes:
This patch set solves errors reported by coccinelle tool with commands:
spatch --sp-file scripts/coccinelle/*.cocci --dir target/loongarch/
spatch --sp-file scripts/coccinelle/*.cocci --dir hw/loongarch/
The main problem is that qemu should fail to run when feature is forced
to enabled however KVM does not support it, rather than report error and
continue to run.
Also there is fixup for cpu plug and unplug. If there is error when cpu
is plug/unplug at runtime, system should restore to previous state and
continue to run.
PACTH 2 and 3 are still being discussed.
Since I already have a few error-handling patches queued up, I'm queuing
the remainder of this series for 10.0. Thanks!
Sure, that is ok.
And thanks for taking time to review this.
Regards
Bibo Mao