From 1caa69d0cc5e554f22fddd9196d3e6db691010a5 Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Sat, 8 Feb 2025 00:49:57 +0800 Subject: [PATCH] docs: Update outdated intel_sgx.md TDX homepage was moved to elsewhere, and `sgx` support is upstreamed since v5.11 kernel. Format `intel_sgx.md` using `mdformat` with GitHub Flavored Markdown (GFM). Signed-off-by: Ruoqing He --- docs/intel_sgx.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/intel_sgx.md b/docs/intel_sgx.md index 69a392508..0a7e5dcb9 100644 --- a/docs/intel_sgx.md +++ b/docs/intel_sgx.md @@ -8,11 +8,12 @@ the host kernel. The required Linux and KVM changes can be found in the [KVM SGX Tree](https://github.com/intel/kvm-sgx). Utilizing SGX in the guest requires a kernel/OS with SGX support, e.g. a kernel -built using the [SGX Linux Development Tree](https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-sgx.git) +since release 5.11, see +[here](https://www.intel.com/content/www/us/en/developer/tools/software-guard-extensions/linux-overview.html) or the [KVM SGX Tree](https://github.com/intel/kvm-sgx). Running KVM SGX as the guest kernel allows nested virtualization of SGX. -For more information about SGX, please refer to the [SGX Homepage](https://software.intel.com/sgx). +For more information about SGX, please refer to the [SGX Homepage](https://www.intel.com/content/www/us/en/developer/tools/software-guard-extensions/linux-overview.html). For more information about SGX SDK and how to test SGX, please refer to the following [instructions](https://github.com/intel/linux-sgx).