History log of /cloud-hypervisor/docs/intel_sgx.md (Results 1 – 9 of 9)
Revision Date Author Comments
# 100c6d81 13-Jun-2025 Demi Marie Obenour <demiobenour@gmail.com>

docs: SGX virt changes are upstream

Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>


# 1caa69d0 07-Feb-2025 Ruoqing He <heruoqing@iscas.ac.cn>

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

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 <heruoqing@iscas.ac.cn>

show more ...


# e6e58e6d 15-Nov-2021 Sebastien Boeuf <sebastien.boeuf@intel.com>

docs: Replace Cloud-Hypervisor with Cloud Hypervisor syntax

The proper way to refer to the project is "Cloud Hypervisor" without the
hyphen in the middle. On the other hand, if one refers to the bin

docs: Replace Cloud-Hypervisor with Cloud Hypervisor syntax

The proper way to refer to the project is "Cloud Hypervisor" without the
hyphen in the middle. On the other hand, if one refers to the binary
name, it is "cloud-hypervisor".

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>

show more ...


# 9aedabe1 09-Jul-2021 Sebastien Boeuf <sebastien.boeuf@intel.com>

sgx: Add mandatory `id` field to SgxEpcConfig

In order to uniquely identify each SGX EPC section, we introduce a
mandatory option `id` to the `--sgx-epc` parameter.

Signed-off-by: Sebastien Boeuf <

sgx: Add mandatory `id` field to SgxEpcConfig

In order to uniquely identify each SGX EPC section, we introduce a
mandatory option `id` to the `--sgx-epc` parameter.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>

show more ...


# 3b18caf2 29-Apr-2021 Mikko Ylinen <mikko.ylinen@intel.com>

sgx: update virt EPC device path and docs

The latest kvm-sgx code has renamed sgx_virt_epc device node
to sgx_vepc. Update cloud-hypervisor code and documentation to
follow this.

Signed-off-by: Mik

sgx: update virt EPC device path and docs

The latest kvm-sgx code has renamed sgx_virt_epc device node
to sgx_vepc. Update cloud-hypervisor code and documentation to
follow this.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>

show more ...


# 5c7164e5 06-Apr-2021 Rob Bradford <robert.bradford@intel.com>

docs: Update documentation to not use bzImage

This functionality is deprecated.

See: #2231

Signed-off-by: Rob Bradford <robert.bradford@intel.com>


# f583aa9d 04-Nov-2020 Mikko Ylinen <mikko.ylinen@intel.com>

sgx: update virt EPC device path and docs

Based on the LKML feedback, the devices under /dev/sgx/* are
not justified. SGX RFC v40 moves the SGX device nodes to /dev/sgx_*
and this is reflected in kv

sgx: update virt EPC device path and docs

Based on the LKML feedback, the devices under /dev/sgx/* are
not justified. SGX RFC v40 moves the SGX device nodes to /dev/sgx_*
and this is reflected in kvm-sgx (next branch) too.

Update cloud-hypervisor code and documentation to follow this.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>

show more ...


# 5c3f4dbe 22-Sep-2020 Josh Soref <jsoref@users.noreply.github.com>

ch: Fix various misspelled words

Misspellings were identified by https://github.com/marketplace/actions/check-spelling
* Initial corrections suggested by Google Sheets
* Additional corrections by Go

ch: Fix various misspelled words

Misspellings were identified by https://github.com/marketplace/actions/check-spelling
* Initial corrections suggested by Google Sheets
* Additional corrections by Google Chrome auto-suggest
* Some manual corrections

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

show more ...


# 84044509 17-Jul-2020 Sebastien Boeuf <sebastien.boeuf@intel.com>

docs: Add Intel SGX documentation

Adding a few notes and links about how to enable and use SGX through
Cloud-Hypervisor.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>