[libvirt] [PATCH v4 0/3] BSD implementation of virNetDevTapCreate() and virNetDevTapDelete()

Michal Privoznik mprivozn at redhat.com
Fri Jun 14 14:50:51 UTC 2013


On 13.06.2013 08:26, Roman Bogorodskiy wrote:
> Changes from v3:
> 
>  * Include linux/if.h header fix so it won't lost why Eric is on vacation
>  * Fix struct virIfreq definition in case when HAVE_STRUCT_IFREQ is not
>    defined (thanks to Laine Stump for noticing that)
> 
> Roman Bogorodskiy (3):
>   Make virNetDevSetupControl() public.
>   BSD: implement virNetDevTapCreate() and virNetDevTapDelete()
>   portability: use net/if.h instead of linux/if.h
> 
>  src/libvirt_private.syms         |   1 +
>  src/util/virnetdev.c             |  15 ++++-
>  src/util/virnetdev.h             |  15 ++++-
>  src/util/virnetdevmacvlan.c      |   2 +-
>  src/util/virnetdevtap.c          | 118 ++++++++++++++++++++++++++++++++++++++-
>  src/util/virnetdevvportprofile.c |   2 +-
>  6 files changed, 146 insertions(+), 7 deletions(-)
> 

ACK series. I've moved 3/3 up the front and pushed.

Michal




More information about the libvir-list mailing list