Fix a typo

This commit is contained in:
Hsy-Intel 2024-07-10 16:49:32 +08:00 committed by Tate, Hongliang Tian
parent f499f54cf5
commit d6925e7c93

View File

@ -46,7 +46,7 @@ qemu.args = "$(./tools/qemu_args.sh iommu)"
supported_archs = ["x86_64"]
build.features = ["cvm_guest"]
boot.method = "grub-qcow2"
grub.protocol = "linux"
grub.boot_protocol = "linux"
qemu.args = """\
-name process=tdxvm,debug-threads=on \
-m ${MEM:-8G} \
@ -70,4 +70,4 @@ qemu.args = """\
-device isa-debug-exit,iobase=0xf4,iosize=0x04 \
-monitor chardev:mux \
-serial chardev:mux \
"""
"""