[libvirt] [PATCH 3/3] docs: remove extra space in the SEV xml element example

Luyao Huang lhuang at redhat.com
Wed Jun 20 09:05:04 UTC 2018


Signed-off-by: Luyao Huang <lhuang at redhat.com>
---
 docs/formatdomain.html.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 7e710d7..89672a0 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -8481,11 +8481,11 @@ qemu-kvm -net nic,model=? /dev/null
 <domain>
   ...
   <launchSecurity type='sev'>
-    <policy> 0x0001 </policy>
-    <cbitpos> 47 </cbitpos>
-    <reducedPhysBits> 1 </reducedPhysBits>
-    <dhCert> RBBBSDDD=FDDCCCDDDG </dhCert>
-    <session> AAACCCDD=FFFCCCDSDS </session>
+    <policy>0x0001</policy>
+    <cbitpos>47</cbitpos>
+    <reducedPhysBits>1</reducedPhysBits>
+    <dhCert>RBBBSDDD=FDDCCCDDDG</dhCert>
+    <session>AAACCCDD=FFFCCCDSDS</session>
   </launchSecurity>
   ...
 </domain>
-- 
1.8.3.1




More information about the libvir-list mailing list