[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 01/14] doc: update AMD SEV API spec web link
From: |
Singh, Brijesh |
Subject: |
[Qemu-devel] [PATCH v3 01/14] doc: update AMD SEV API spec web link |
Date: |
Tue, 6 Aug 2019 16:54:46 +0000 |
Signed-off-by: Brijesh Singh <address@hidden>
---
docs/amd-memory-encryption.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/amd-memory-encryption.txt b/docs/amd-memory-encryption.txt
index 43bf3ee6a5..8822cadda1 100644
--- a/docs/amd-memory-encryption.txt
+++ b/docs/amd-memory-encryption.txt
@@ -67,8 +67,8 @@ expects.
LAUNCH_FINISH command finalizes the guest launch and destroy's the
cryptographic
context.
-See SEV KM API Spec [1] 'Launching a guest' usage flow (Appendix A) for the
-complete flow chart.
+See Secure Encrypted Virtualization Key Management API spec section
+'Launching a guest' usage flow (Appendix A) for the complete flow chart.
To launch a SEV guest
@@ -97,8 +97,8 @@ References
AMD Memory Encryption whitepaper:
http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf
-Secure Encrypted Virtualization Key Management:
-[1] http://support.amd.com/TechDocs/55766_SEV-KM API_Specification.pdf
+Secure Encrypted Virtualization Key Management API Spec:
+[1] https://developer.amd.com/sev/ (Secure Encrypted Virtualization API)
KVM Forum slides:
http://www.linux-kvm.org/images/7/74/02x08A-Thomas_Lendacky-AMDs_Virtualizatoin_Memory_Encryption_Technology.pdf
--
2.17.1
[Qemu-devel] [PATCH v3 05/14] hw/machine: add helper to query the memory encryption state, Singh, Brijesh, 2019/08/06