]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: bhyve: warn about bhyve:commandline risks
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 31 Jan 2019 12:38:01 +0000 (16:38 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Fri, 1 Feb 2019 18:08:55 +0000 (22:08 +0400)
Document that using bhyve:commandline is not fully
supported and may cause issues.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/drvbhyve.html.in

index fb73b4819bb55ecd5049486daf9dd3bc08e8e04c..2e9cf5551b6d76868e1ee2ef0af279e6e7054f31 100644 (file)
@@ -484,5 +484,10 @@ typically, the namespace is given the name of <code>bhyve</code>.
 &lt;/domain&gt;
 </pre>
 
+<p>Note that these extensions are for testing and development purposes only.
+They are <b>unsupported</b>, using them may result in inconsistent state,
+and upgrading either bhyve or libvirtd maybe break behavior of a domain that
+was relying on a specific commands pass-through.</p>
+
   </body>
 </html>