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

Vitaly Kuznetsov vkuznets at redhat.com
Thu Jul 25 13:52:15 UTC 2019


'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>
---
 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 ee00aa9cbd..1aaddb6d9b 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