From: Roman Bogorodskiy
Date: Tue, 14 Jul 2020 15:41:10 +0000 (+0400)
Subject: docs: bhyve: document ignoring unknown MSRs
X-Git-Tag: v6.6.0-rc1~116
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f782258860952c44e875e524cfdadba5eb1b8d4;p=thirdparty%2Flibvirt.git
docs: bhyve: document ignoring unknown MSRs
Ignoring unknown MSRs using element
was supported for quite some already,
so add documentation for it for completeness of flags coverage,
as some guests can be extra picky about flags passed to bhyve,
and it's useful to know how to control those.
Signed-off-by: Roman Bogorodskiy
Reviewed-by: Daniel P. Berrangé
---
diff --git a/docs/drvbhyve.html.in b/docs/drvbhyve.html.in
index 2e9cf5551b..66a13be1f6 100644
--- a/docs/drvbhyve.html.in
+++ b/docs/drvbhyve.html.in
@@ -462,6 +462,24 @@ Example:
</domain>
+
+
+Since 5.1.0, it's possible to make bhyve
+ignore accesses to unimplemented Model Specific Registers (MSRs).
+Example:
+
+
+<domain type="bhyve">
+ ...
+ <features>
+ ...
+ <msrs unknown='ignore'/>
+ ...
+ </features>
+ ...
+</domain>
+
+
Since 5.1.0, it's possible to pass additional command-line