runtime: config: Fix image path for QEMU TDX

The rebase from `main` to `CCv0` ended up overwriting the image path
that should be used for QEMU, in the CCv0 branch.

Fixes: #6932

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio
2023-05-23 10:19:50 +02:00
parent 585edca06d
commit 8b4b233358

View File

@@ -14,7 +14,7 @@
[hypervisor.qemu]
path = "@QEMUTDXPATH@"
kernel = "@KERNELTDXPATH@"
image = "@IMAGEPATH@"
image = "@IMAGETDXPATH@"
# initrd = "@INITRDPATH@"
machine_type = "@MACHINETYPE@"