From d6925e7c932f152da2fad058c3559aef7dbc6526 Mon Sep 17 00:00:00 2001 From: Hsy-Intel Date: Wed, 10 Jul 2024 16:49:32 +0800 Subject: [PATCH] Fix a typo --- OSDK.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OSDK.toml b/OSDK.toml index da468e49..cf803d53 100644 --- a/OSDK.toml +++ b/OSDK.toml @@ -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 \ -""" \ No newline at end of file +"""