From: Roman Bogorodskiy Date: Sat, 11 Mar 2017 18:08:05 +0000 (+0400) Subject: docs: document virt-host-validate bhyve support X-Git-Tag: v3.2.0-rc1~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8793133c119906562841f9c777a6ff411636dd93;p=thirdparty%2Flibvirt.git docs: document virt-host-validate bhyve support Add an entry about virt-host-validate bhyve support and update the driver's page. --- 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 @@
- + + + The virt-host-validate tool now supports bhyve hypervisor + +