mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
docs: document virt-host-validate bhyve support
Add an entry about virt-host-validate bhyve support and update the driver's page.
This commit is contained in:
parent
290a00e41d
commit
8793133c11
@ -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>
|
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
|
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>
|
</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>
|
<p>
|
||||||
Additional information on bhyve could be obtained on <a href="http://bhyve.org/">bhyve.org</a>.
|
Additional information on bhyve could be obtained on <a href="http://bhyve.org/">bhyve.org</a>.
|
||||||
</p>
|
</p>
|
||||||
|
@ -12,7 +12,11 @@
|
|||||||
<libvirt>
|
<libvirt>
|
||||||
<release version="v3.2.0" date="unreleased">
|
<release version="v3.2.0" date="unreleased">
|
||||||
<section title="New features">
|
<section title="New features">
|
||||||
<change/>
|
<change>
|
||||||
|
<summary>
|
||||||
|
The virt-host-validate tool now supports bhyve hypervisor
|
||||||
|
</summary>
|
||||||
|
</change>
|
||||||
</section>
|
</section>
|
||||||
<section title="Improvements">
|
<section title="Improvements">
|
||||||
<change>
|
<change>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user