mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 17:06:28 +00:00
runtime: Enable measured rootfs for qemu-coco-dev
Let's make sure we are prepared to test this with non-TEE environments as well. Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
@@ -152,6 +152,7 @@ SNPCERTSPATH := /opt/snp/cert_chain.cert
|
|||||||
|
|
||||||
ROOTMEASURECONFIG ?= ""
|
ROOTMEASURECONFIG ?= ""
|
||||||
KERNELTDXPARAMS += $(ROOTMEASURECONFIG)
|
KERNELTDXPARAMS += $(ROOTMEASURECONFIG)
|
||||||
|
KERNELQEMUCOCODEVPARAMS += $(ROOTMEASURECONFIG)
|
||||||
|
|
||||||
# Name of default configuration file the runtime will use.
|
# Name of default configuration file the runtime will use.
|
||||||
CONFIG_FILE = configuration.toml
|
CONFIG_FILE = configuration.toml
|
||||||
@@ -645,6 +646,7 @@ USER_VARS += DEFMACHINETYPE_CLH
|
|||||||
USER_VARS += DEFMACHINETYPE_STRATOVIRT
|
USER_VARS += DEFMACHINETYPE_STRATOVIRT
|
||||||
USER_VARS += KERNELPARAMS
|
USER_VARS += KERNELPARAMS
|
||||||
USER_VARS += KERNELTDXPARAMS
|
USER_VARS += KERNELTDXPARAMS
|
||||||
|
USER_VARS += KERNELQEMUCOCODEVPARAMS
|
||||||
USER_VARS += LIBEXECDIR
|
USER_VARS += LIBEXECDIR
|
||||||
USER_VARS += LOCALSTATEDIR
|
USER_VARS += LOCALSTATEDIR
|
||||||
USER_VARS += PKGDATADIR
|
USER_VARS += PKGDATADIR
|
||||||
|
@@ -73,7 +73,7 @@ valid_hypervisor_paths = @QEMUVALIDHYPERVISORPATHS@
|
|||||||
# may stop the virtual machine from booting.
|
# may stop the virtual machine from booting.
|
||||||
# To see the list of default parameters, enable hypervisor debug, create a
|
# To see the list of default parameters, enable hypervisor debug, create a
|
||||||
# container and look for 'default-kernel-parameters' log entries.
|
# container and look for 'default-kernel-parameters' log entries.
|
||||||
kernel_params = "@KERNELPARAMS@"
|
kernel_params = "@KERNELQEMUCOCODEVPARAMS@"
|
||||||
|
|
||||||
# Path to the firmware.
|
# Path to the firmware.
|
||||||
# If you want that qemu uses the default firmware leave this option empty
|
# If you want that qemu uses the default firmware leave this option empty
|
||||||
|
Reference in New Issue
Block a user