Description of problem: 虚拟机cpu hotplug启动报段错误 Version-Release number of selected component (if applicable): 系统版本: Anolis 23.1 内核版本: 6.6.25-2_rc1.1.an23.loongarch64 qemu版本: qemu-8.2.0-12.an23 Steps to Reproduce: 1. 启动虚拟机,命令如下: /usr/bin/qemu-system-loongarch64 \ -machine virt,accel=kvm \ -nodefaults \ -m 2048 \ -smp 2,maxcpus=4,cores=4,threads=1,sockets=1 \ -cpu 'la464-loongarch-cpu' \ -bios /usr/share/edk2/loongarch64/QEMU_EFI.fd \ -drive file=AnolisOS-23.1-loongarch64.qcow2,if=virtio \ -nographic \ -serial stdio \ -monitor telnet:localhost:4444,server,nowait Actual results: 启动报段错误 Expected results: 正常启动 Additional info: