在 2023/2/3 下午11:55, Markus Armbruster 写道:
Commit 3efa6fa1e62 "hw/loongarch: Add smbios support" enabled CONFIG_SMBIOS for target loongarch64, by adding select SMBIOS to hw/loongarch/Kconfig. It didn't enable CLI option -smbios in qemu-options.hx. It's enabled for the other targets that have CONFIG_SMBIOS. Was this an oversight? If not, why is loongarch64 different?
Yes, It's an oversight, we will support '-smbios'. Thank you very much. Thanks. Song Gao