[libvirt] [PATCH 1/3] bhyve: tests: fix build

2014-09-17 Thread Roman Bogorodskiy
Commit b20d39a introduced a new argument for the virNetDevTapCreateInBridgePort function, however, its mock in bhyve tests wasn't updated, so the build failed. Fix build by adding this new argument to the mock version. --- tests/bhyvexml2argvmock.c | 1 + 1 file changed, 1 insertion(+) diff --gi

Re: [libvirt] [PATCH 1/3] bhyve: tests: fix build

2014-09-18 Thread Michal Privoznik
On 18.09.2014 08:47, Roman Bogorodskiy wrote: Commit b20d39a introduced a new argument for the virNetDevTapCreateInBridgePort function, however, its mock in bhyve tests wasn't updated, so the build failed. Fix build by adding this new argument to the mock version. --- tests/bhyvexml2argvmock.c

Re: [libvirt] [PATCH 1/3] bhyve: tests: fix build

2014-09-18 Thread Roman Bogorodskiy
Michal Privoznik wrote: > On 18.09.2014 08:47, Roman Bogorodskiy wrote: > > Commit b20d39a introduced a new argument for the > > virNetDevTapCreateInBridgePort function, however, its mock > > in bhyve tests wasn't updated, so the build failed. > > > > Fix build by adding this new argument to the