]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: document bhyve e1000 support
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Sun, 12 Feb 2017 16:42:31 +0000 (20:42 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Mon, 13 Feb 2017 13:25:43 +0000 (17:25 +0400)
 * Add bhyve e1000 support entry to release notes
 * Update the bhyve driver page with usage sample

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

index 9b7872ba06946d446507b423ea3966c951ef5573..da6f1e0b2114e6e309aa5399afdd703feb6a61e0 100644 (file)
@@ -276,6 +276,21 @@ you'll need to explicitly specify 'localtime' in this case:</p>
     &lt;clock offset='localtime'/&gt;
     ...
 &lt;/domain&gt;
+</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>
+...
+    &lt;interface type='bridge'&gt;
+      &lt;source bridge='virbr0'/&gt;
+      &lt;model type='<b>e1000</b>'/&gt;
+    &lt;/interface&gt;
+...
 </pre>
 
   </body>
index a214b33164396ac3d045e1326a77aeb6cffe8352..b756a970f2e996919a28e470b27af9caa01ce114 100644 (file)
           openvswitch calls in the libvirtd configuration file.
         </description>
       </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 title="Improvements">
       <change>