From 0bafa2def979ed45e78e1c8eff9dac1340b3dee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 28 Feb 2022 10:24:33 +0100 Subject: [PATCH] config: clh: Mention supported TEEs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's mention the supported TEEs to be used with confidential guests. Right now, Cloud Hyperisor supports only Intel TDX, used together with TD Shim. Signed-off-by: Fabiano FidĂȘncio --- src/runtime/config/configuration-clh.toml.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/runtime/config/configuration-clh.toml.in b/src/runtime/config/configuration-clh.toml.in index afb5370757..bf00dff615 100644 --- a/src/runtime/config/configuration-clh.toml.in +++ b/src/runtime/config/configuration-clh.toml.in @@ -28,6 +28,9 @@ image = "@IMAGEPATH@" # - Memory Hotplug # - NVDIMM devices # +# Supported TEEs: +# * Intel TDX +# # Default false # confidential_guest = true