[libvirt] [REPOST PATCH 0/5] Split out network object into its own module

Michal Privoznik mprivozn at redhat.com
Tue Apr 18 14:17:03 UTC 2017


On 04/13/2017 02:04 AM, John Ferlan wrote:
> Reposting with update to top of git tree commit id '0563d3f06' from:
>
> https://www.redhat.com/archives/libvir-list/2017-March/msg00892.html
>
> Previous cover letter - cut-n-pasted:
>
> Reached the last of the code from my RFC for making a common pool
> object - networkobj...  For reference see patch 3 of:
>
> http://www.redhat.com/archives/libvir-list/2017-February/msg00519.html
>
> This series works through the network conf adjustments. This pile is
> fairly straightforward, like other series we split out anything referencing
> virNetworkPoolObj and go from there. There was one small detour to avoid
> a potentially conflict in names.
>
> John Ferlan (5):
>   conf: Introduce virnetworkobj
>   conf: Adjust coding style for network conf sources
>   conf: Alter coding style of network conf function prototypes
>   conf: Rename virNetworkObjAssignDef to virNetworkObjUpdateAssignDef
>   conf: Use consistent function name prefixes for virnetworkobj
>
>  po/POTFILES.in                       |    1 +
>  src/Makefile.am                      |    3 +-
>  src/conf/network_conf.c              | 1388 ++--------------------------------
>  src/conf/network_conf.h              |  204 ++---
>  src/conf/virnetworkobj.c             | 1372 +++++++++++++++++++++++++++++++++
>  src/conf/virnetworkobj.h             |  185 +++++
>  src/libvirt_private.syms             |   57 +-
>  src/network/bridge_driver.c          |   62 +-
>  src/network/bridge_driver.h          |    2 +-
>  src/network/bridge_driver_platform.h |    2 +-
>  src/test/test_driver.c               |   16 +-
>  11 files changed, 1763 insertions(+), 1529 deletions(-)
>  create mode 100644 src/conf/virnetworkobj.c
>  create mode 100644 src/conf/virnetworkobj.h
>

ACK series.

Michal




More information about the libvir-list mailing list