mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-02 05:54:26 +01:00
Let's add a new configuration file for using a QEMU (and all the needed artefacts) that are TDX capable. This PR extends the Makefile in order to provide variables to be set during the build time that are needed for the proper configuration of the VMM, such as: * Specific kernel parameters to be used with TDX * Specific kernel features to be used when using TDX * Artefacts path for the artefacts built to be used with TDX * QEMU * Kernel * TDVF The reason we don't hack into the current QEMU configuration file is because we want to ship both configurations, with for the non-TEE use case and one for the TDX use case. Fixes: #4830 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>