mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-18 07:18:27 +00:00
config: Drop force_tdx_guest
unneeded parameter
The `force_tdx_guest` kernel parameter was only needed in the early development stages of the TDX kernel driver. We can safely drop it with the kernel version we've been currently using. Fixes: #4985 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -115,7 +115,7 @@ FIRMWAREPATH :=
|
||||
FIRMWAREVOLUMEPATH :=
|
||||
TDVFFIRMWAREPATH := $(PREFIXDEPS)/share/tdvf/OVMF_CODE.fd
|
||||
TDVFFIRMWAREVOLUMEPATH := $(PREFIXDEPS)/share/tdvf/OVMF_VARS.fd
|
||||
TDXKERNELPARAMS := force_tdx_guest tdx_disable_filter
|
||||
TDXKERNELPARAMS := tdx_disable_filter
|
||||
|
||||
# Name of default configuration file the runtime will use.
|
||||
CONFIG_FILE = configuration.toml
|
||||
|
Reference in New Issue
Block a user