mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-23 18:21:27 +00:00
Merge pull request #6919 from fidencio/topic/cc-fix-qemu-tdx-location
runtime: Fix QEMU cmdline for TDX
This commit is contained in:
commit
43139934cd
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user