[libvirt] [PATCH] docs: Replace the SEV links with a single one to AMD's document store

Erik Skultety posted 1 patch 4 years, 10 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/a4459180d6e99310a9014aa4db01c1effd4056ff.1559225203.git.eskultet@redhat.com
docs/formatdomaincaps.html.in | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
[libvirt] [PATCH] docs: Replace the SEV links with a single one to AMD's document store
Posted by Erik Skultety 4 years, 10 months ago
The SEV whitepaper link stopped working as the resource has been moved.
But all the SEV-related stuff like spec, whitepaper, presentations, etc.
are being provided at https://developer.amd.com/sev/ which may look like
a more stable resource (in terms of not being removed in the foreseeable
future) so rather than providing and maintaining links to individual
resources, let's use this one instead.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
---
 docs/formatdomaincaps.html.in | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/docs/formatdomaincaps.html.in b/docs/formatdomaincaps.html.in
index 432d7aed5e..ef42bd57c3 100644
--- a/docs/formatdomaincaps.html.in
+++ b/docs/formatdomaincaps.html.in
@@ -518,10 +518,7 @@
         a look at the following resources:
       <dl>
         <dd>
-          <a href="https://support.amd.com/TechDocs/55766_SEV-KM_API_Specification.pdf">SEV API spec</a>
-        </dd>
-        <dd>
-          <a href="http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf">SEV White Paper</a>
+          <a href="https://developer.amd.com/sev/">SEV further reading</a>
         </dd>
         <dd>
           <a href="formatdomain.html#launchSecurity">SEV in domain XML</a>
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: Replace the SEV links with a single one to AMD's document store
Posted by Peter Krempa 4 years, 10 months ago
On Thu, May 30, 2019 at 16:06:54 +0200, Erik Skultety wrote:
> The SEV whitepaper link stopped working as the resource has been moved.
> But all the SEV-related stuff like spec, whitepaper, presentations, etc.
> are being provided at https://developer.amd.com/sev/ which may look like
> a more stable resource (in terms of not being removed in the foreseeable
> future) so rather than providing and maintaining links to individual
> resources, let's use this one instead.
> 
> Signed-off-by: Erik Skultety <eskultet@redhat.com>
> ---
>  docs/formatdomaincaps.html.in | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/docs/formatdomaincaps.html.in b/docs/formatdomaincaps.html.in
> index 432d7aed5e..ef42bd57c3 100644
> --- a/docs/formatdomaincaps.html.in
> +++ b/docs/formatdomaincaps.html.in
> @@ -518,10 +518,7 @@
>          a look at the following resources:
>        <dl>
>          <dd>
> -          <a href="https://support.amd.com/TechDocs/55766_SEV-KM_API_Specification.pdf">SEV API spec</a>
> -        </dd>
> -        <dd>
> -          <a href="http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf">SEV White Paper</a>
> +          <a href="https://developer.amd.com/sev/">SEV further reading</a>

I think that at this point we should no longer link to AMDs page if they
are unable to provide a functioning persistent link.
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: Replace the SEV links with a single one to AMD's document store
Posted by Erik Skultety 4 years, 10 months ago
On Thu, May 30, 2019 at 04:29:55PM +0200, Peter Krempa wrote:
> On Thu, May 30, 2019 at 16:06:54 +0200, Erik Skultety wrote:
> > The SEV whitepaper link stopped working as the resource has been moved.
> > But all the SEV-related stuff like spec, whitepaper, presentations, etc.
> > are being provided at https://developer.amd.com/sev/ which may look like
> > a more stable resource (in terms of not being removed in the foreseeable
> > future) so rather than providing and maintaining links to individual
> > resources, let's use this one instead.
> >
> > Signed-off-by: Erik Skultety <eskultet@redhat.com>
> > ---
> >  docs/formatdomaincaps.html.in | 5 +----
> >  1 file changed, 1 insertion(+), 4 deletions(-)
> >
> > diff --git a/docs/formatdomaincaps.html.in b/docs/formatdomaincaps.html.in
> > index 432d7aed5e..ef42bd57c3 100644
> > --- a/docs/formatdomaincaps.html.in
> > +++ b/docs/formatdomaincaps.html.in
> > @@ -518,10 +518,7 @@
> >          a look at the following resources:
> >        <dl>
> >          <dd>
> > -          <a href="https://support.amd.com/TechDocs/55766_SEV-KM_API_Specification.pdf">SEV API spec</a>
> > -        </dd>
> > -        <dd>
> > -          <a href="http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf">SEV White Paper</a>
> > +          <a href="https://developer.amd.com/sev/">SEV further reading</a>
>
> I think that at this point we should no longer link to AMDs page if they
> are unable to provide a functioning persistent link.

Fair enough...I'll send a patch with doing right the opposite then.

Erik


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list