Re: [libvirt] [PATCH v3 2/2] bhyve: add e1000 nic support

2016-11-15 Thread Roman Bogorodskiy
Laine Stump wrote: > On 11/07/2016 09:20 AM, Roman Bogorodskiy wrote: > > Recently e1000 NIC support was added to bhyve; implement that in > > the bhyve driver: > > > > - Add capability check by analyzing output of the 'bhyve -s 0,e1000' > > command > > - Modify bhyveBuildNetArgStr() to

Re: [libvirt] [PATCH v3 2/2] bhyve: add e1000 nic support

2016-11-14 Thread Laine Stump
On 11/07/2016 09:20 AM, Roman Bogorodskiy wrote: Recently e1000 NIC support was added to bhyve; implement that in the bhyve driver: - Add capability check by analyzing output of the 'bhyve -s 0,e1000' command - Modify bhyveBuildNetArgStr() to support e1000 and also pass virConnectPtr

Re: [libvirt] [PATCH v3 2/2] bhyve: add e1000 nic support

2016-11-13 Thread Roman Bogorodskiy
Roman Bogorodskiy wrote: > Recently e1000 NIC support was added to bhyve; implement that in > the bhyve driver: > > - Add capability check by analyzing output of the 'bhyve -s 0,e1000' >command > - Modify bhyveBuildNetArgStr() to support e1000 and also pass >virConnectPtr so it could

[libvirt] [PATCH v3 2/2] bhyve: add e1000 nic support

2016-11-07 Thread Roman Bogorodskiy
Recently e1000 NIC support was added to bhyve; implement that in the bhyve driver: - Add capability check by analyzing output of the 'bhyve -s 0,e1000' command - Modify bhyveBuildNetArgStr() to support e1000 and also pass virConnectPtr so it could call bhyveDriverGetCaps() to check if this