diff options
author | David Gibson | 2021-01-08 03:23:09 +0100 |
---|---|---|
committer | David Gibson | 2021-02-08 06:57:38 +0100 |
commit | 64d19f333464a877f3ebe538510a10a514db0eb9 (patch) | |
tree | fc1766e903bdcd5a301cf701f73525894da00bfa /docs/amd-memory-encryption.txt | |
parent | confidential guest support: Move SEV initialization into arch specific code (diff) | |
download | qemu-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.txt | 2 |
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 |