[libvirt] [PATCH 0/3] interface: Create common virInterface* APIs

John Ferlan posted 3 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170406140855.31205-1-jferlan@redhat.com
src/conf/virinterfaceobj.c |  54 ++++++++++++++++
src/conf/virinterfaceobj.h |  10 +++
src/libvirt_private.syms   |   2 +
src/test/test_driver.c     | 155 +++++++++++++++++++++------------------------
4 files changed, 139 insertions(+), 82 deletions(-)
[libvirt] [PATCH 0/3] interface: Create common virInterface* APIs
Posted by John Ferlan 7 years ago
Effectively move code from test_driver.c into virinterfaceobj to
count the number of devices and to return a list of names. Patch 3
is a bit out of order from my norm, but at least I didn't forget...

FWIW: This is part of the common driver objects code I've been working
through. I figured I will post each driver separately rather than one
larger series.

John Ferlan (3):
  interface: Introduce virInterfaceObjNumOfInterfaces
  interface: Introduce virInterfaceObjGetNames
  interface: Clean up Interface section of test_driver

 src/conf/virinterfaceobj.c |  54 ++++++++++++++++
 src/conf/virinterfaceobj.h |  10 +++
 src/libvirt_private.syms   |   2 +
 src/test/test_driver.c     | 155 +++++++++++++++++++++------------------------
 4 files changed, 139 insertions(+), 82 deletions(-)

-- 
2.9.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list