diff options
author | Jianlin Li <ljianlin99@gmail.com> | 2023-09-22 15:38:35 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-10-11 14:19:45 +0300 |
commit | b3175081a1215339b741ee92a00d5678a3094249 (patch) | |
tree | b516b8aa9c61218e6206ce5250a0213d1afc89cf /docs/system | |
parent | 0ad0d9dcd16f2ea816a413008ac5191ebef45c95 (diff) | |
download | qemu-b3175081a1215339b741ee92a00d5678a3094249.zip qemu-b3175081a1215339b741ee92a00d5678a3094249.tar.gz qemu-b3175081a1215339b741ee92a00d5678a3094249.tar.bz2 |
Update AMD memory encryption document links.
The previous links for the white paper and programmer's manual
are no longer available. Replace them with the new ones.
Signed-off-by: Jianlin Li <ljianlin99@gmail.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/i386/amd-memory-encryption.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/system/i386/amd-memory-encryption.rst b/docs/system/i386/amd-memory-encryption.rst index dcf4add..e9bc142 100644 --- a/docs/system/i386/amd-memory-encryption.rst +++ b/docs/system/i386/amd-memory-encryption.rst @@ -183,13 +183,13 @@ References ---------- `AMD Memory Encryption whitepaper -<https://developer.amd.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf>`_ +<https://www.amd.com/content/dam/amd/en/documents/epyc-business-docs/white-papers/memory-encryption-white-paper.pdf>`_ .. [SEVAPI] `Secure Encrypted Virtualization API <https://www.amd.com/system/files/TechDocs/55766_SEV-KM_API_Specification.pdf>`_ .. [APMVOL2] `AMD64 Architecture Programmer's Manual Volume 2: System Programming - <https://www.amd.com/system/files/TechDocs/24593.pdf>`_ + <https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-references/24593.pdf>`_ KVM Forum slides: @@ -199,7 +199,7 @@ KVM Forum slides: <https://www.linux-kvm.org/images/9/94/Extending-Secure-Encrypted-Virtualization-with-SEV-ES-Thomas-Lendacky-AMD.pdf>`_ `AMD64 Architecture Programmer's Manual: -<http://support.amd.com/TechDocs/24593.pdf>`_ +<https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-references/24593.pdf>`_ * SME is section 7.10 * SEV is section 15.34 |