]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/loongarch/virt: Add description for virt machine type
authorBibo Mao <maobibo@loongson.cn>
Fri, 13 Sep 2024 09:52:02 +0000 (17:52 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 26 Sep 2024 10:15:03 +0000 (13:15 +0300)
commit51c943931d75959b787ea72e2cf8e79369ac1cd0
tree04a7de658cfddc0d6476a0cb48778f4ff9e0b3f2
parent9cd1fd4b5025df866eb0bd8a86230e83ae049882
hw/loongarch/virt: Add description for virt machine type

The description about virt machine type is removed by mistake, add
new description here. Here is output result with command
"./qemu-system-loongarch64 -M help"

Supported machines are:
none                 empty machine
virt                 QEMU LoongArch Virtual Machine (default)
x-remote             Experimental remote machine

Without the patch, it shows as follows:
Supported machines are:
none                 empty machine
virt                 (null) (default)
x-remote             Experimental remote machine

Fixes: ef2f11454c(hw/loongarch/virt: Replace Loongson IPI with LoongArch IPI)
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(cherry picked from commit 4265b4f358436252ef36164566f316458f1df671)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/loongarch/virt.c