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

Roman Bogorodskiy bogorodskiy at gmail.com
Thu Jun 6 18:46:09 UTC 2013


Changes from v2:

 * changed error message in virNetDevSetupControl() as per
   Dan's suggestion
 * avoid compile time signature change for virNetDevSetupControl()
 * fixed memleak in 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     |  15 +++++-
 src/util/virnetdevtap.c  | 118 ++++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 144 insertions(+), 5 deletions(-)

-- 
1.8.0




More information about the libvir-list mailing list