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@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
<tlbflush state='on'/>
<ipi state='on'/>
<evmcs state='on'/>
- <msrs unknown='ignore'/>
</hyperv>
<kvm>
<hidden state='on'/>
<tseg unit='MiB'>48</tseg>
</smm>
<htm state='on'/>
+ <msrs unknown='ignore'/>
</features>
...</pre>