From: Roman Bogorodskiy Date: Thu, 31 Jan 2019 12:38:01 +0000 (+0400) Subject: docs: bhyve: warn about bhyve:commandline risks X-Git-Tag: v5.1.0-rc1~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18795687447dd55a281d33d24ae0a06c6bc081ee;p=thirdparty%2Flibvirt.git docs: bhyve: warn about bhyve:commandline risks Document that using bhyve:commandline is not fully supported and may cause issues. Signed-off-by: Roman Bogorodskiy Reviewed-by: Daniel P. Berrangé --- diff --git a/docs/drvbhyve.html.in b/docs/drvbhyve.html.in index fb73b4819b..2e9cf5551b 100644 --- a/docs/drvbhyve.html.in +++ b/docs/drvbhyve.html.in @@ -484,5 +484,10 @@ typically, the namespace is given the name of bhyve. </domain> +

Note that these extensions are for testing and development purposes only. +They are unsupported, 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.

+