mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-30 23:06:27 +00:00
config: update QEMU TDX configuration
Drop '-vmx-rdseed-exit' from '-cpu host' QEMU options. The history of it is unknown but it's likely related to early TDX enablement. TD pods start up fine without it (tested by manually editing the configuration file) and it's also not used elsewhere. Keep TDXCPUFEATURES for now in case a need for it shows up later. Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
af3c601a92
commit
ff851202e6
@ -14,7 +14,7 @@ CPUFEATURES := pmu=off
|
||||
QEMUCMD := qemu-system-x86_64
|
||||
QEMUTDXCMD := qemu-system-x86_64-tdx-experimental
|
||||
QEMUSNPCMD := qemu-system-x86_64-snp-experimental
|
||||
TDXCPUFEATURES := -vmx-rdseed-exit,pmu=off
|
||||
TDXCPUFEATURES := pmu=off
|
||||
|
||||
# Firecracker binary name
|
||||
FCCMD := firecracker
|
||||
|
Loading…
Reference in New Issue
Block a user