[libvirt] [PATCH] docs: Link the relevant SEV formatdomain section from formatdomaincaps

Erik Skultety posted 1 patch 4 years, 11 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/18217319ded77608d78cf1c5f9e7f0a824c36fa6.1558696701.git.eskultet@redhat.com
docs/formatdomaincaps.html.in | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
[libvirt] [PATCH] docs: Link the relevant SEV formatdomain section from formatdomaincaps
Posted by Erik Skultety 4 years, 11 months ago
formatdomaincaps.html provides explanation of SEV fields, but doesn't
link to the domain XML docs to show how it can be actually used in
libvirt.

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

diff --git a/docs/formatdomaincaps.html.in b/docs/formatdomaincaps.html.in
index b31b1729f4..432d7aed5e 100644
--- a/docs/formatdomaincaps.html.in
+++ b/docs/formatdomaincaps.html.in
@@ -514,10 +514,19 @@
     encrypted with a key unique to that VM.</p>
 
     <p>
-    For more details on SEV feature see:
-      <a href="https://support.amd.com/TechDocs/55766_SEV-KM_API_Specification.pdf">
-        SEV API spec</a> and <a href="http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2013/12/AMD_Memory_Encryption_Whitepaper_v7-Public.pdf">
-        SEV White Paper</a>
+        For more details on the SEV feature and how to use it with libvirt have
+        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>
+        </dd>
+        <dd>
+          <a href="formatdomain.html#launchSecurity">SEV in domain XML</a>
+        </dd>
+      </dl>
     </p>
 
     <dl>
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] docs: Link the relevant SEV formatdomain section from formatdomaincaps
Posted by Michal Privoznik 4 years, 11 months ago
On 5/24/19 1:18 PM, Erik Skultety wrote:
> formatdomaincaps.html provides explanation of SEV fields, but doesn't
> link to the domain XML docs to show how it can be actually used in
> libvirt.
> 
> Signed-off-by: Erik Skultety <eskultet@redhat.com>
> ---
>   docs/formatdomaincaps.html.in | 17 +++++++++++++----
>   1 file changed, 13 insertions(+), 4 deletions(-)

ACK

Michal

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