From: Vitaly Kuznetsov Date: Tue, 30 Jul 2019 10:13:43 +0000 (+0200) Subject: docs: formatdomain: move 'msrs' out of Hyper-V Enlightenments X-Git-Tag: v5.6.0-rc2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37ce8cfaa37fa109f1cd001750e48970ee37ec80;p=thirdparty%2Flibvirt.git docs: formatdomain: move 'msrs' out of Hyper-V Enlightenments 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: ... ... Signed-off-by: Vitaly Kuznetsov Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- 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> ...