[libvirt] [PATCH 00/16] Make the virNetworkObjPtr private

John Ferlan posted 16 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170519130324.4624-1-jferlan@redhat.com
There is a newer version of this series
src/conf/virnetworkobj.c    |  679 +++++++++++++++------
src/conf/virnetworkobj.h    |  107 +++-
src/libvirt_private.syms    |   20 +
src/network/bridge_driver.c | 1415 +++++++++++++++++++++++--------------------
src/network/bridge_driver.h |   50 +-
src/test/test_driver.c      |  279 +++++----
tests/networkxml2conftest.c |   13 +-
7 files changed, 1538 insertions(+), 1025 deletions(-)
[libvirt] [PATCH 00/16] Make the virNetworkObjPtr private
Posted by John Ferlan 6 years, 11 months ago
All part of the effort I have to have a common object model. This series
is network test, driver, and virnetworkobj related to work towards that
goal. By the last patch, the object is now private to virnetworkobj.c

John Ferlan (16):
  test: Fix up formatting in network test API's
  test: Use consistent variable names for network test driver APIs
  network: Perform some formatting cleanup in bridge_driver
  network: Use consistent naming in bridge_driver for virNetwork objects
  network: Move macmap mgmt from bridge_driver to virnetworkobj
  network: Add virNetworkObj Get/Set API's for @dnsmasqPid and @radvdPid
  network: Alter virNetworkObj @class_id to be @classIdMap
  network: Add virNetworkObj Get/Set API's for @floor_sum
  network: Add virNetworkObj Get API's for @def and @newDef
  network: Introduce virNetworkObj{Get|Set}Autostart
  network: Introduce virNetworkObj{Is|Set}Active
  network: Introduce virNetworkObjIsPersistent
  network: Consistent use of @obj for virnetworkobj
  network: Adjust virNetworkObjNew call and return
  network: Modify naming for virNetworkObjList* fetching APIs
  network: Privatize virNetworkObj

 src/conf/virnetworkobj.c    |  679 +++++++++++++++------
 src/conf/virnetworkobj.h    |  107 +++-
 src/libvirt_private.syms    |   20 +
 src/network/bridge_driver.c | 1415 +++++++++++++++++++++++--------------------
 src/network/bridge_driver.h |   50 +-
 src/test/test_driver.c      |  279 +++++----
 tests/networkxml2conftest.c |   13 +-
 7 files changed, 1538 insertions(+), 1025 deletions(-)

-- 
2.9.3

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