]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
docs: domain: Show canonical pvspinlock XML
authorCole Robinson <crobinso@redhat.com>
Mon, 5 Oct 2015 18:56:59 +0000 (14:56 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 6 Oct 2015 14:26:59 +0000 (10:26 -0400)
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

docs/formatdomain.html.in

index efa485c3fc6fc78b7d3256c1bd418233c3d190bf..c88b032c2ba8697dc5fb61c19f75b207aaadbb76 100644 (file)
     &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;