[RESEND] [PATCH] Documentation: KVM: Update AMD memory encryption link

Wyes Karny posted 1 patch 2 years, 7 months ago
Documentation/virt/kvm/x86/amd-memory-encryption.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[RESEND] [PATCH] Documentation: KVM: Update AMD memory encryption link
Posted by Wyes Karny 2 years, 7 months ago
Update AMD memory encryption white-paper document link.
Previous link is not available. Update new available link.

Signed-off-by: Wyes Karny <wyes.karny@amd.com>
Reviewed-by: Carlos Bilbao <carlos.bilbao@amd.com>
---
 Documentation/virt/kvm/x86/amd-memory-encryption.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virt/kvm/x86/amd-memory-encryption.rst b/Documentation/virt/kvm/x86/amd-memory-encryption.rst
index 935aaeb97fe6..487b6328b3e7 100644
--- a/Documentation/virt/kvm/x86/amd-memory-encryption.rst
+++ b/Documentation/virt/kvm/x86/amd-memory-encryption.rst
@@ -440,7 +440,7 @@ References
 
 See [white-paper]_, [api-spec]_, [amd-apm]_ and [kvm-forum]_ for more info.
 
-.. [white-paper] http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf
+.. [white-paper] https://developer.amd.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf
 .. [api-spec] https://support.amd.com/TechDocs/55766_SEV-KM_API_Specification.pdf
 .. [amd-apm] https://support.amd.com/TechDocs/24593.pdf (section 15.34)
 .. [kvm-forum]  https://www.linux-kvm.org/images/7/74/02x08A-Thomas_Lendacky-AMDs_Virtualizatoin_Memory_Encryption_Technology.pdf
-- 
2.34.1
Re: [RESEND] [PATCH] Documentation: KVM: Update AMD memory encryption link
Posted by Jonathan Corbet 2 years, 7 months ago
Wyes Karny <wyes.karny@amd.com> writes:

> Update AMD memory encryption white-paper document link.
> Previous link is not available. Update new available link.
>
> Signed-off-by: Wyes Karny <wyes.karny@amd.com>
> Reviewed-by: Carlos Bilbao <carlos.bilbao@amd.com>
> ---
>  Documentation/virt/kvm/x86/amd-memory-encryption.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/virt/kvm/x86/amd-memory-encryption.rst b/Documentation/virt/kvm/x86/amd-memory-encryption.rst
> index 935aaeb97fe6..487b6328b3e7 100644
> --- a/Documentation/virt/kvm/x86/amd-memory-encryption.rst
> +++ b/Documentation/virt/kvm/x86/amd-memory-encryption.rst
> @@ -440,7 +440,7 @@ References
>  
>  See [white-paper]_, [api-spec]_, [amd-apm]_ and [kvm-forum]_ for more info.
>  
> -.. [white-paper] http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf
> +.. [white-paper] https://developer.amd.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf
>  .. [api-spec] https://support.amd.com/TechDocs/55766_SEV-KM_API_Specification.pdf
>  .. [amd-apm] https://support.amd.com/TechDocs/24593.pdf (section 15.34)
>  .. [kvm-forum]  https://www.linux-kvm.org/images/7/74/02x08A-Thomas_Lendacky-AMDs_Virtualizatoin_Memory_Encryption_Technology.pdf
> -- 

Applied, thanks.

jon
Re: [RESEND] [PATCH] Documentation: KVM: Update AMD memory encryption link
Posted by Wyes Karny 2 years, 7 months ago
On 02 Feb 11:33, Jonathan Corbet wrote:
> Wyes Karny <wyes.karny@amd.com> writes:
> 
> > Update AMD memory encryption white-paper document link.
> > Previous link is not available. Update new available link.
> >
> > Signed-off-by: Wyes Karny <wyes.karny@amd.com>
> > Reviewed-by: Carlos Bilbao <carlos.bilbao@amd.com>
> > ---
> >  Documentation/virt/kvm/x86/amd-memory-encryption.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/virt/kvm/x86/amd-memory-encryption.rst b/Documentation/virt/kvm/x86/amd-memory-encryption.rst
> > index 935aaeb97fe6..487b6328b3e7 100644
> > --- a/Documentation/virt/kvm/x86/amd-memory-encryption.rst
> > +++ b/Documentation/virt/kvm/x86/amd-memory-encryption.rst
> > @@ -440,7 +440,7 @@ References
> >  
> >  See [white-paper]_, [api-spec]_, [amd-apm]_ and [kvm-forum]_ for more info.
> >  
> > -.. [white-paper] http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf
> > +.. [white-paper] https://developer.amd.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf
> >  .. [api-spec] https://support.amd.com/TechDocs/55766_SEV-KM_API_Specification.pdf
> >  .. [amd-apm] https://support.amd.com/TechDocs/24593.pdf (section 15.34)
> >  .. [kvm-forum]  https://www.linux-kvm.org/images/7/74/02x08A-Thomas_Lendacky-AMDs_Virtualizatoin_Memory_Encryption_Technology.pdf
> > -- 
> 
> Applied, thanks.

Thank you!

-Wyes
> 
> jon