[libvirt] [PATCH] docs: domain: Show canonical pvspinlock XML

Cole Robinson crobinso at redhat.com
Mon Oct 5 18:59:39 UTC 2015


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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index efa485c..c88b032 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1464,7 +1464,7 @@
     <kvm>
       <hidden state='on'/>
     </kvm>
-    <pvspinlock/>
+    <pvspinlock state='on'/>
     <gic version='2'/>
 
   </features>
-- 
2.5.0




More information about the libvir-list mailing list