Re: [PATCH] tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArch

2025-03-10 Thread bibo mao
On 2025/3/10 下午3:04, Thomas Huth wrote: On 10/03/2025 07.24, Bibo Mao wrote: Add cpu hotplug testcase support for LoongArch system, it passes to run with command "make check-qtest-loongarch64" as following:    qemu:qtest+qtest-loongarch64 / qtest-loongarch64/cpu-plug-test OK 0.64s 1 subtests

Re: [PATCH] tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArch

2025-03-10 Thread Thomas Huth
On 10/03/2025 07.24, Bibo Mao wrote: Add cpu hotplug testcase support for LoongArch system, it passes to run with command "make check-qtest-loongarch64" as following: qemu:qtest+qtest-loongarch64 / qtest-loongarch64/cpu-plug-test OK 0.64s 1 subtests passed Signed-off-by: Bibo Mao --- test

[PATCH] tests/qtest/cpu-plug-test: Add cpu hotplug support for LoongArch

2025-03-09 Thread Bibo Mao
Add cpu hotplug testcase support for LoongArch system, it passes to run with command "make check-qtest-loongarch64" as following: qemu:qtest+qtest-loongarch64 / qtest-loongarch64/cpu-plug-test OK 0.64s 1 subtests passed Signed-off-by: Bibo Mao --- tests/qtest/cpu-plug-test.c | 28