[libvirt] [PATCH v2 3/8] docs: formatdomain: move 'msrs' out of Hyper-V Enlightenments

Vitaly Kuznetsov vkuznets at redhat.com
Tue Jul 30 10:13:43 UTC 2019


Introduced by: commit e9528f41c612fff334e958d5e5df197aa8e83792

'msrs' is a feature unrelated to Hyper-V Enlightenments, the commit message
which added it and the test have it right:

    <features>
      ...
      <msrs unknown='ignore'>
      ...
    </features>

Signed-off-by: Vitaly Kuznetsov <vkuznets at redhat.com>
Reviewed-by: Ján Tomko <jtomko at redhat.com>
---
 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 44b1ae7597..f5c882141a 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -2041,7 +2041,6 @@
     <tlbflush state='on'/>
     <ipi state='on'/>
     <evmcs state='on'/>
-    <msrs unknown='ignore'/>
   </hyperv>
   <kvm>
     <hidden state='on'/>
@@ -2057,6 +2056,7 @@
     <tseg unit='MiB'>48</tseg>
   </smm>
   <htm state='on'/>
+  <msrs unknown='ignore'/>
 </features>
 ...</pre>
 
-- 
2.20.1




More information about the libvir-list mailing list