summaryrefslogtreecommitdiffstats
path: root/docs/amd-memory-encryption.txt
diff options
context:
space:
mode:
authorDavid Gibson2021-01-08 03:23:09 +0100
committerDavid Gibson2021-02-08 06:57:38 +0100
commit64d19f333464a877f3ebe538510a10a514db0eb9 (patch)
treefc1766e903bdcd5a301cf701f73525894da00bfa /docs/amd-memory-encryption.txt
parentconfidential guest support: Move SEV initialization into arch specific code (diff)
downloadqemu-64d19f333464a877f3ebe538510a10a514db0eb9.tar.gz
qemu-64d19f333464a877f3ebe538510a10a514db0eb9.tar.xz
qemu-64d19f333464a877f3ebe538510a10a514db0eb9.zip
confidential guest support: Update documentation
Now that we've implemented a generic machine option for configuring various confidential guest support mechanisms: 1. Update docs/amd-memory-encryption.txt to reference this rather than the earlier SEV specific option 2. Add a docs/confidential-guest-support.txt to cover the generalities of the confidential guest support scheme Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Greg Kurz <groug@kaod.org>
Diffstat (limited to 'docs/amd-memory-encryption.txt')
-rw-r--r--docs/amd-memory-encryption.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/amd-memory-encryption.txt b/docs/amd-memory-encryption.txt
index 80b8eb00e9..145896aec7 100644
--- a/docs/amd-memory-encryption.txt
+++ b/docs/amd-memory-encryption.txt
@@ -73,7 +73,7 @@ complete flow chart.
To launch a SEV guest
# ${QEMU} \
- -machine ...,memory-encryption=sev0 \
+ -machine ...,confidential-guest-support=sev0 \
-object sev-guest,id=sev0,cbitpos=47,reduced-phys-bits=1
Debugging