Re: [libvirt] [PATCH] docs: document bhyve e1000 support

2017-02-13 Thread Roman Bogorodskiy
  Erik Skultety wrote:

> On Sun, Feb 12, 2017 at 08:44:59PM +0400, Roman Bogorodskiy wrote:
> >   Roman Bogorodskiy wrote:
> > 
> > >  * Add bhyve e1000 support entry to release nodes
> >   ^
> > Oops, should be 'notes'.
> > 
> > >  * Update the bhyve driver page with usage sample
> > > ---
> > >  docs/drvbhyve.html.in | 15 +++
> > >  docs/news.xml |  9 +
> > >  2 files changed, 24 insertions(+)
> > 
> > Roman Bogorodskiy
> 
> ACK to the patch.

Pushed with the typo fixed, thanks!

Roman Bogorodskiy


signature.asc
Description: PGP signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] docs: document bhyve e1000 support

2017-02-13 Thread Erik Skultety
On Sun, Feb 12, 2017 at 08:44:59PM +0400, Roman Bogorodskiy wrote:
>   Roman Bogorodskiy wrote:
> 
> >  * Add bhyve e1000 support entry to release nodes
>   ^
> Oops, should be 'notes'.
> 
> >  * Update the bhyve driver page with usage sample
> > ---
> >  docs/drvbhyve.html.in | 15 +++
> >  docs/news.xml |  9 +
> >  2 files changed, 24 insertions(+)
> 
> Roman Bogorodskiy

ACK to the patch.

Erik

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


Re: [libvirt] [PATCH] docs: document bhyve e1000 support

2017-02-12 Thread Roman Bogorodskiy
  Roman Bogorodskiy wrote:

>  * Add bhyve e1000 support entry to release nodes
  ^
Oops, should be 'notes'.

>  * Update the bhyve driver page with usage sample
> ---
>  docs/drvbhyve.html.in | 15 +++
>  docs/news.xml |  9 +
>  2 files changed, 24 insertions(+)

Roman Bogorodskiy


signature.asc
Description: PGP signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH] docs: document bhyve e1000 support

2017-02-12 Thread Roman Bogorodskiy
 * Add bhyve e1000 support entry to release nodes
 * Update the bhyve driver page with usage sample
---
 docs/drvbhyve.html.in | 15 +++
 docs/news.xml |  9 +
 2 files changed, 24 insertions(+)

diff --git a/docs/drvbhyve.html.in b/docs/drvbhyve.html.in
index 9b7872ba0..da6f1e0b2 100644
--- a/docs/drvbhyve.html.in
+++ b/docs/drvbhyve.html.in
@@ -278,5 +278,20 @@ you'll need to explicitly specify 'localtime' in this 
case:
 /domain
 
 
+e1000 NIC
+
+As of https://svnweb.freebsd.org/changeset/base/302504;>r302504 bhyve
+supports Intel e1000 network adapter emulation. It's supported in libvirt
+since 3.1.0 and could be used as follows:
+
+
+...
+interface type='bridge'
+  source bridge='virbr0'/
+  model type='e1000'/
+/interface
+...
+
+
   
 
diff --git a/docs/news.xml b/docs/news.xml
index a214b3316..b756a970f 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -44,6 +44,15 @@
   openvswitch calls in the libvirtd configuration file.
 
   
+  
+
+  bhyve: add e1000 NIC support
+
+
+  Add support for e1000 NIC. Previously, the only available option
+  was virtio-net.
+
+  
 
 
   
-- 
2.11.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list