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:
Cole Robinson 2015-10-05 14:56:59 -04:00
parent be5347bb72
commit bdcc2f80a6

View File

@ -1464,7 +1464,7 @@
&lt;kvm&gt;
&lt;hidden state='on'/&gt;
&lt;/kvm&gt;
&lt;pvspinlock/&gt;
&lt;pvspinlock state='on'/&gt;
&lt;gic version='2'/&gt;
&lt;/features&gt;