From bdcc2f80a6c39a7d7173669df52bdcf01c2e519d Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 5 Oct 2015 14:56:59 -0400 Subject: [PATCH] docs: domain: Show canonical pvspinlock XML The example pvspinlock XML is: While this is accepted by libvirt and works correctly, it's currently always output as a tristate like 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 efa485c3fc..c88b032c2b 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> -- GitLab