mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: document bhyve e1000 support
* Add bhyve e1000 support entry to release notes * Update the bhyve driver page with usage sample
This commit is contained in:
parent
4a7773f7ea
commit
a69f3c9b63
@ -276,6 +276,21 @@ you'll need to explicitly specify 'localtime' in this case:</p>
|
|||||||
<clock offset='localtime'/>
|
<clock offset='localtime'/>
|
||||||
...
|
...
|
||||||
</domain>
|
</domain>
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<h3><a name="e1000">e1000 NIC</a></h3>
|
||||||
|
|
||||||
|
<p>As of <a href="https://svnweb.freebsd.org/changeset/base/302504">r302504</a> bhyve
|
||||||
|
supports Intel e1000 network adapter emulation. It's supported in libvirt
|
||||||
|
<span class="since">since 3.1.0</span> and could be used as follows:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
...
|
||||||
|
<interface type='bridge'>
|
||||||
|
<source bridge='virbr0'/>
|
||||||
|
<model type='<b>e1000</b>'/>
|
||||||
|
</interface>
|
||||||
|
...
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -44,6 +44,15 @@
|
|||||||
openvswitch calls in the libvirtd configuration file.
|
openvswitch calls in the libvirtd configuration file.
|
||||||
</description>
|
</description>
|
||||||
</change>
|
</change>
|
||||||
|
<change>
|
||||||
|
<summary>
|
||||||
|
bhyve: add e1000 NIC support
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
Add support for e1000 NIC. Previously, the only available option
|
||||||
|
was <code>virtio-net</code>.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
</section>
|
</section>
|
||||||
<section title="Improvements">
|
<section title="Improvements">
|
||||||
<change>
|
<change>
|
||||||
|
Loading…
Reference in New Issue
Block a user