mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
docs: Fix missing slashes in the maxphysaddr example
Signed-off-by: Lin Ma <lma@suse.com> Reviewed-by: Jim Fehlig <jfehlig@suse.com>
This commit is contained in:
parent
e76969c9b2
commit
d81ae1f244
@ -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'/>
|
||||
...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user