From: Daniel P. Berrangé Date: Fri, 2 Aug 2024 12:17:56 +0000 (+0100) Subject: man/systemd-detect-virt: list known CVM technologies X-Git-Tag: v257-rc1~767^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F33913%2Fhead;p=thirdparty%2Fsystemd.git man/systemd-detect-virt: list known CVM technologies Add a section which lists the known confidential virtual machine technologies. Signed-off-by: Daniel P. Berrangé --- diff --git a/man/systemd-detect-virt.xml b/man/systemd-detect-virt.xml index 6b49e3a5194..a4fcdfbc9d5 100644 --- a/man/systemd-detect-virt.xml +++ b/man/systemd-detect-virt.xml @@ -217,6 +217,50 @@ WSL is categorized as a container for practical purposes. Multiple WSL environments share the same kernel and services should generally behave like when being run in a container. + + When executed with , instead of + printing the virtualization technology, it will display the + confidential virtual machine technology, if any. The + following technologies are currently identified: + + + Known confidential virtualization technologies + + + + + + Arch + ID + Technology + + + + + x86_64 + sev + AMD Secure Encrypted Virtualization + + + sev-es + AMD Secure Encrypted Virtualization - Encrypted State + + + sev-snp + AMD Secure Encrypted Virtualization - Secure Nested Paging + + + tdx + Intel Trust Domain Extensions + + + s390x + protvirt + IBM Protected Virtualization (Secure Execution) + + + +