mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
docs: bhyve: document ignoring unknown MSRs
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>
This commit is contained in:
parent
459c30d062
commit
9f78225886
@ -462,6 +462,24 @@ Example:</p>
|
||||
</domain>
|
||||
</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>
|
||||
<domain type="bhyve">
|
||||
...
|
||||
<features>
|
||||
...
|
||||
<msrs unknown='ignore'/>
|
||||
...
|
||||
</features>
|
||||
...
|
||||
</domain>
|
||||
</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
|
||||
|
Loading…
Reference in New Issue
Block a user