From 1f9ed94d74cf104eb0fe6b5e069b9c5dd2b9b3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 22 May 2023 11:29:46 +0200 Subject: [PATCH] runtime: Fix QEMU cmdline for TDX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: c29e5036a68f67c556750356e43f7bf88b0fe313 Fixes: #6884 Signed-off-by: Fabiano FidĂȘncio --- src/runtime/arch/amd64-options.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/arch/amd64-options.mk b/src/runtime/arch/amd64-options.mk index cd9407d620..a80043e3af 100644 --- a/src/runtime/arch/amd64-options.mk +++ b/src/runtime/arch/amd64-options.mk @@ -11,7 +11,7 @@ MACHINEACCELERATORS := CPUFEATURES := pmu=off QEMUCMD := qemu-system-x86_64 -QEMUTDXCMD := qemu-system-x86_64-tdx-experimental +QEMUTDXCMD := qemu-system-x86_64-tdx TDXCPUFEATURES := -vmx-rdseed-exit,pmu=off QEMUSNPCMD := qemu-system-x86_64-snp