]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: document virt-host-validate bhyve support
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Sat, 11 Mar 2017 18:08:05 +0000 (22:08 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Mon, 13 Mar 2017 16:26:26 +0000 (20:26 +0400)
Add an entry about virt-host-validate bhyve support and
update the driver's page.

docs/drvbhyve.html.in
docs/news.xml

index da6f1e0b2114e6e309aa5399afdd703feb6a61e0..64a1ff694d892d90ca00137341156027120f96db 100644 (file)
@@ -13,9 +13,20 @@ of bhyve are supported.
 
 In order to enable bhyve on your FreeBSD host, you'll need to load the <code>vmm</code>
 kernel module. Additionally, <code>if_tap</code> and <code>if_bridge</code> modules
-should be loaded for networking support.
+should be loaded for networking support. Also, <span class="since">since 3.2.0</span> the
+<code>virt-host-validate(1)</code> supports the bhyve host validation and could be
+used like this:
 </p>
 
+<pre>
+$ 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
+$
+</pre>
+
 <p>
 Additional information on bhyve could be obtained on <a href="http://bhyve.org/">bhyve.org</a>.
 </p>
index 9515395756e41eb2829060043daa80e3a50482a7..04783aa5e6834b80f6b260d30e3866aee812cf66 100644 (file)
 <libvirt>
   <release version="v3.2.0" date="unreleased">
     <section title="New features">
-      <change/>
+      <change>
+        <summary>
+          The virt-host-validate tool now supports bhyve hypervisor
+        </summary>
+      </change>
     </section>
     <section title="Improvements">
       <change>