runtime: Fix QEMU cmdline for TDX

This commit should've been part of the series that reverted a bunch of
TDX changes that are not compatible with the TDX stack we're using in
the Jenkins CI machine.

The change made here is in order to match what's been undone here:
c29e5036a6

Fixes: #6884

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-05-22 11:29:46 +02:00
parent 2ba029f3e1
commit 1f9ed94d74

View File

@ -11,7 +11,7 @@ MACHINEACCELERATORS :=
CPUFEATURES := pmu=off CPUFEATURES := pmu=off
QEMUCMD := qemu-system-x86_64 QEMUCMD := qemu-system-x86_64
QEMUTDXCMD := qemu-system-x86_64-tdx-experimental QEMUTDXCMD := qemu-system-x86_64-tdx
TDXCPUFEATURES := -vmx-rdseed-exit,pmu=off TDXCPUFEATURES := -vmx-rdseed-exit,pmu=off
QEMUSNPCMD := qemu-system-x86_64-snp QEMUSNPCMD := qemu-system-x86_64-snp