'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(a)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