Message ID | 20190710202219.25939-6-brijesh.singh@amd.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add SEV guest live migration support | expand |
* Singh, Brijesh (brijesh.singh@amd.com) wrote: > Signed-off-by: Brijesh Singh <brijesh.singh@amd.com> > --- > docs/amd-memory-encryption.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/amd-memory-encryption.txt b/docs/amd-memory-encryption.txt > index 43bf3ee6a5..abb9a976f5 100644 > --- a/docs/amd-memory-encryption.txt > +++ b/docs/amd-memory-encryption.txt > @@ -98,7 +98,7 @@ 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 > +[1] https://developer.amd.com/sev/ (Secure Encrypted Virtualization API) No; that reference [1] is used a few lines hire up for: See SEV KM API Spec [1] 'Launching a guest' usage flow (Appendix A) for the complete flow chart. so that needs fixing up to actually point to that flowchart or equivalent. That site is useful to include, but I guess it also needs a pointer to the Volume2 section 15.34 or the like. Dave > KVM Forum slides: > http://www.linux-kvm.org/images/7/74/02x08A-Thomas_Lendacky-AMDs_Virtualizatoin_Memory_Encryption_Technology.pdf > -- > 2.17.1 > -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
On 7/11/19 1:06 PM, Dr. David Alan Gilbert wrote: > * Singh, Brijesh (brijesh.singh@amd.com) wrote: >> Signed-off-by: Brijesh Singh <brijesh.singh@amd.com> >> --- >> docs/amd-memory-encryption.txt | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/docs/amd-memory-encryption.txt b/docs/amd-memory-encryption.txt >> index 43bf3ee6a5..abb9a976f5 100644 >> --- a/docs/amd-memory-encryption.txt >> +++ b/docs/amd-memory-encryption.txt >> @@ -98,7 +98,7 @@ 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 >> +[1] https://developer.amd.com/sev/ (Secure Encrypted Virtualization API) > > No; that reference [1] is used a few lines hire up for: > > See SEV KM API Spec [1] 'Launching a guest' usage flow (Appendix A) for the > complete flow chart. > > > so that needs fixing up to actually point to that flowchart or > equivalent. > OK, I will fix them in next rev. > That site is useful to include, but I guess it also needs a pointer > to the Volume2 section 15.34 or the like. > Sure, I will add the Volume2 section note. -Brijesh
diff --git a/docs/amd-memory-encryption.txt b/docs/amd-memory-encryption.txt index 43bf3ee6a5..abb9a976f5 100644 --- a/docs/amd-memory-encryption.txt +++ b/docs/amd-memory-encryption.txt @@ -98,7 +98,7 @@ 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 +[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
Signed-off-by: Brijesh Singh <brijesh.singh@amd.com> --- docs/amd-memory-encryption.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)