config: Add configuration for QEMU TDX

As the QEMU configuration for TDX differs quite a lot from the normal
QEMU configuration, let's add a new configuration file for the QEMU TDX.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio
2023-03-23 08:42:06 +01:00
parent 3e15800199
commit 98682805be
3 changed files with 726 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ MACHINEACCELERATORS :=
CPUFEATURES := pmu=off
QEMUCMD := qemu-system-x86_64
QEMUTDXCMD := qemu-system-x86_64-tdx-experimental
TDXCPUFEATURES := -vmx-rdseed-exit,pmu=off
# Firecracker binary name
FCCMD := firecracker