From 8793133c119906562841f9c777a6ff411636dd93 Mon Sep 17 00:00:00 2001
From: Roman Bogorodskiy 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 @@