mirror of https://gitee.com/openkylin/libvirt.git
docs: domain: Show canonical pvspinlock XML
The example pvspinlock XML is: <pvspinlock/> While this is accepted by libvirt and works correctly, it's currently always output as a tristate like <pvspinlock state='on'/> So document that format instead
This commit is contained in:
parent
be5347bb72
commit
bdcc2f80a6
|
@ -1464,7 +1464,7 @@
|
|||
<kvm>
|
||||
<hidden state='on'/>
|
||||
</kvm>
|
||||
<pvspinlock/>
|
||||
<pvspinlock state='on'/>
|
||||
<gic version='2'/>
|
||||
|
||||
</features>
|
||||
|
|
Loading…
Reference in New Issue