diff options
| author | David Gibson <david@gibson.dropbear.id.au> | 2021-01-08 13:23:09 +1100 |
|---|---|---|
| committer | David Gibson <david@gibson.dropbear.id.au> | 2021-02-08 16:57:38 +1100 |
| commit | 64d19f333464a877f3ebe538510a10a514db0eb9 (patch) | |
| tree | fc1766e903bdcd5a301cf701f73525894da00bfa /docs/amd-memory-encryption.txt | |
| parent | ec78e2cda3e006e0e01e2177caf3718db5600635 (diff) | |
| download | focaccia-qemu-64d19f333464a877f3ebe538510a10a514db0eb9.tar.gz focaccia-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 |