runtime: tdx: config: Use the confidential kernel

As we're building a single confidential kernel, we should rely on it
rather than keep using the specific ones for TDX / SEV / SNP.

However, for debugability-sake, let's do this change TEE by TEE.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2024-01-12 18:33:22 +01:00
parent a618461d3a
commit 6cbdba7268
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

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