Laine Stump wrote:
On 11/06/2016 01:09 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 so it could call bhyveDriverGetCaps() to check if this
> NIC is supported
> - Modify command parsing code to add support for e1000 and adjust tests
> - Add net-e1000 test
> ---
This patch won't apply to master with "git am -3". It doesn't even
partially apply and leave merge conflict markers in the source, it does
exactly nothing :-/.
Can you rebase and resend it? (Is there maybe a prerequisite patch that
isn't upstream yet?)
Yeah, I forgot to include another patch. :(
Re-submitted as v3, hopefully should be fine now.
Roman Bogorodskiy