Bug 9111 - [Anolis23.1 GA][Beta][loongarch64]虚拟机cpu hotplug启动报段错误
Summary: [Anolis23.1 GA][Beta][loongarch64]虚拟机cpu hotplug启动报段错误
Status: NEW
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 23.1
Hardware: loongarch Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: gaochang
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-22 15:44 UTC by wuzhiguo
Modified: 2024-05-22 16:33 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wuzhiguo loongson_group 2024-05-22 15:44:38 UTC
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: