[libvirt] [PATCH v2 0/2] BSD implementation of virNetDevTapCreate() and virNetDevTapDelete()

Roman Bogorodskiy bogorodskiy at gmail.com
Sat May 25 15:24:21 UTC 2013


Changes from the previous version:
 * virNetDevSetupControl patch: remove pointless <config.h> include from
   virnetdev.h
 * virnetdevtap.c patch: rebase to include new tapfdSize param for
   virNetDevTapCreate()

Roman Bogorodskiy (2):
  Make virNetDevSetupControl() public.
  BSD: implement virNetDevTapCreate() and virNetDevTapDelete()

 src/libvirt_private.syms         |   1 +
 src/util/virnetdev.c             |  15 ++++-
 src/util/virnetdev.h             |  11 ++++
 src/util/virnetdevmacvlan.c      |   2 +-
 src/util/virnetdevtap.c          | 116 ++++++++++++++++++++++++++++++++++++++-
 src/util/virnetdevvportprofile.c |   2 +-
 6 files changed, 141 insertions(+), 6 deletions(-)

-- 
1.8.0




More information about the libvir-list mailing list