[libvirt] [PATCH v2 00/11] Multiple cleanups within interfaceobj and interface driver

John Ferlan jferlan at redhat.com
Fri May 26 11:58:59 UTC 2017


v1: https://www.redhat.com/archives/libvir-list/2017-April/msg01225.html

I've been informed via internal IRC that the patches 9, 10, and 11 don't
apply cleanly - so here's a clean series.

John

John Ferlan (11):
  interface: Consistently use 'obj' for a virInterfaceObjPtr
  interface: Remove some unnecessary goto's for Interface tests
  interface: Use virInterfaceDefPtr rather than deref from
    virInterfaceObjPtr
  interface: Make _virInterfaceObj struct private
  interface: Make _virInterfaceObjList struct private
  interface: Rename some virInterfaceObj* API's
  interface: Clean up virInterfaceObjListFindByMACString
  interface: Introduce virInterfaceObjNew
  interface: Introduce virInterfaceObjEndAPI
  interface: Convert virInterfaceObj to use virObjectLockable
  interface: Alter virInterfaceObjListAssignDef @def param

 po/POTFILES.in             |   1 -
 src/conf/virinterfaceobj.c | 277 +++++++++++++++++++++++++++++----------------
 src/conf/virinterfaceobj.h |  72 ++++++------
 src/libvirt_private.syms   |  19 ++--
 src/test/test_driver.c     | 145 ++++++++++++------------
 5 files changed, 295 insertions(+), 219 deletions(-)

-- 
2.9.4




More information about the libvir-list mailing list