diff --git a/docs/drvbhyve.html.in b/docs/drvbhyve.html.in
index da6f1e0b21..64a1ff694d 100644
--- a/docs/drvbhyve.html.in
+++ b/docs/drvbhyve.html.in
@@ -13,9 +13,20 @@ of bhyve are supported.
In order to enable bhyve on your FreeBSD host, you'll need to load the vmm
kernel module. Additionally, if_tap
and if_bridge
modules
-should be loaded for networking support.
+should be loaded for networking support. Also, since 3.2.0 the
+virt-host-validate(1)
supports the bhyve host validation and could be
+used like this:
+$ virt-host-validate bhyve + BHYVE: Checking for vmm module : PASS + BHYVE: Checking for if_tap module : PASS + BHYVE: Checking for if_bridge module : PASS + BHYVE: Checking for nmdm module : PASS +$ ++
Additional information on bhyve could be obtained on bhyve.org.
diff --git a/docs/news.xml b/docs/news.xml index 9515395756..04783aa5e6 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -12,7 +12,11 @@