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> +

Ignoring unknown MSRs reads and writes

+ +

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>
+
+

Pass-through of arbitrary bhyve commands

Since 5.1.0, it's possible to pass additional command-line