mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-10 05:46:48 +00:00
Fix a typo
This commit is contained in:
parent
f499f54cf5
commit
d6925e7c93
@ -46,7 +46,7 @@ qemu.args = "$(./tools/qemu_args.sh iommu)"
|
|||||||
supported_archs = ["x86_64"]
|
supported_archs = ["x86_64"]
|
||||||
build.features = ["cvm_guest"]
|
build.features = ["cvm_guest"]
|
||||||
boot.method = "grub-qcow2"
|
boot.method = "grub-qcow2"
|
||||||
grub.protocol = "linux"
|
grub.boot_protocol = "linux"
|
||||||
qemu.args = """\
|
qemu.args = """\
|
||||||
-name process=tdxvm,debug-threads=on \
|
-name process=tdxvm,debug-threads=on \
|
||||||
-m ${MEM:-8G} \
|
-m ${MEM:-8G} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user