]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix missing slashes in the maxphysaddr example
authorLin Ma <lma@suse.com>
Wed, 17 Aug 2022 08:19:42 +0000 (16:19 +0800)
committerJim Fehlig <jfehlig@suse.com>
Wed, 17 Aug 2022 14:16:23 +0000 (08:16 -0600)
Signed-off-by: Lin Ma <lma@suse.com>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
docs/formatdomain.rst

index ed0d9c19593b5f594e614a98eace50e4e44f2071..56ca5efe43efca8d386caacee6cf6568f3a53864 100644 (file)
@@ -1336,7 +1336,7 @@ following collection of elements. :since:`Since 0.7.5`
      <vendor>Intel</vendor>
      <topology sockets='1' dies='1' cores='2' threads='1'/>
      <cache level='3' mode='emulate'/>
-     <maxphysaddr mode='emulate' bits='42'>
+     <maxphysaddr mode='emulate' bits='42'/>
      <feature policy='disable' name='lahf_lm'/>
    </cpu>
    ...
@@ -1353,7 +1353,7 @@ following collection of elements. :since:`Since 0.7.5`
 
    <cpu mode='host-passthrough' migratable='off'>
      <cache mode='passthrough'/>
-     <maxphysaddr mode='passthrough'>
+     <maxphysaddr mode='passthrough'/>
      <feature policy='disable' name='lahf_lm'/>
    ...