From 3f4d0341e43cffef6d23aad3fa568b3b474db120 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Fri, 24 May 2019 13:15:56 +0200 Subject: [PATCH] docs: Link the relevant SEV formatdomain section from formatdomaincaps 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 --- 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.

- For more details on SEV feature see: - - SEV API spec and - SEV White Paper + For more details on the SEV feature and how to use it with libvirt have + a look at the following resources: +

+
+ SEV API spec +
+
+ SEV White Paper +
+
+ SEV in domain XML +
+

-- GitLab