[libvirt] [PATCH 00/15] Multiple cleanups within nwfilterobj and nwfilter drivers

John Ferlan posted 15 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20170424191844.6245-1-jferlan@redhat.com
There is a newer version of this series
src/conf/nwfilter_conf.c               | 107 +-----------
src/conf/nwfilter_conf.h               |  16 +-
src/conf/virnwfilterobj.c              | 308 ++++++++++++++++++++++-----------
src/conf/virnwfilterobj.h              |  74 ++++----
src/libvirt_private.syms               |  21 ++-
src/nwfilter/nwfilter_driver.c         | 148 ++++++++++------
src/nwfilter/nwfilter_gentech_driver.c |  42 +++--
7 files changed, 377 insertions(+), 339 deletions(-)
[libvirt] [PATCH 00/15] Multiple cleanups within nwfilterobj and nwfilter drivers
Posted by John Ferlan 6 years, 11 months ago
More adjustments in preparation for having virobject code handle the bulk
of the object management code.

I know it's a lot of patches, but reducing the amount of change overall has
the opposite effect of increasing the number patches to show the work flow.
Should make the "next" steps easier to review, but a couple of these will
be tedious.

John Ferlan (15):
  nwfilter: Use consistent naming for variables
  nwfilter: Use virNWFilterDefPtr rather than deref virNWFilterObjPtr
  nwfilter: Remove unused 'active' in virNWFilterObj
  nwfilter: Convert wantRemoved to bool
  nwfilter: Make _virNWFilterObjPtr private
  nwfilter: Introduce virNWFilterObjNew
  nwfilter: Rename some virNWFilterObj* API's
  nwfilter: Make _virNWFilterObjList private
  nwfilter: Make a common UUID lookup function from driver
  nwfilter: Replace virNWFilterConfigFile with virFileBuildPath
  nwfilter: Replace virNWFilterSaveDef with virNWFilterSaveConfig
  nwfilter: Move creation of configDir to driver initialization
  nwfilter: Move configFile name processing into driver
  nwfilter: Move save of config until after successful assign
  nwfilter: Move and rename virNWFilterSaveConfig

 src/conf/nwfilter_conf.c               | 107 +-----------
 src/conf/nwfilter_conf.h               |  16 +-
 src/conf/virnwfilterobj.c              | 308 ++++++++++++++++++++++-----------
 src/conf/virnwfilterobj.h              |  74 ++++----
 src/libvirt_private.syms               |  21 ++-
 src/nwfilter/nwfilter_driver.c         | 148 ++++++++++------
 src/nwfilter/nwfilter_gentech_driver.c |  42 +++--
 7 files changed, 377 insertions(+), 339 deletions(-)

-- 
2.9.3

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