mirror of https://gitee.com/openkylin/libvirt.git
docs: Remove an extra space in the SEV xml element example
Signed-off-by: Luyao Huang <lhuang@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
4446ce74fe
commit
df6f857fbf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue