]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: bhyve: document ignoring unknown MSRs
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 14 Jul 2020 15:41:10 +0000 (19:41 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 14 Jul 2020 15:54:01 +0000 (19:54 +0400)
Ignoring unknown MSRs using <features> element
<msrs unknown='ignore'/> 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 <bogorodskiy@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/drvbhyve.html.in

index 2e9cf5551b6d76868e1ee2ef0af279e6e7054f31..66a13be1f6bc94e64968fc2427e5f30eeafd9e50 100644 (file)
@@ -462,6 +462,24 @@ Example:</p>
 &lt;/domain&gt;
 </pre>
 
+<h3><a id="msrs">Ignoring unknown MSRs reads and writes</a></h3>
+
+<p><span class="since">Since 5.1.0</span>, it's possible to make bhyve
+ignore accesses to unimplemented Model Specific Registers (MSRs).
+Example:</p>
+
+<pre>
+&lt;domain type="bhyve"&gt;
+    ...
+    &lt;features&gt;
+      ...
+      &lt;msrs unknown='ignore'/&gt;
+      ...
+    &lt;/features&gt;
+    ...
+&lt;/domain&gt;
+</pre>
+
 <h3><a id="bhyvecommand">Pass-through of arbitrary bhyve commands</a></h3>
 
 <p><span class="since">Since 5.1.0</span>, it's possible to pass additional command-line