[libvirt PATCH 00/13] conf: use g_new0 (glib chronicles)

Ján Tomko posted 13 patches 3 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1602098503.git.jtomko@redhat.com
src/conf/capabilities.c               |  39 +--
src/conf/checkpoint_conf.c            |   4 +-
src/conf/cpu_conf.c                   |  15 +-
src/conf/domain_addr.c                |  37 +--
src/conf/domain_capabilities.c        |   7 +-
src/conf/domain_conf.c                | 347 ++++++++++----------------
src/conf/domain_event.c               |   3 +-
src/conf/domain_nwfilter.c            |   3 +-
src/conf/interface_conf.c             |  29 +--
src/conf/netdev_bandwidth_conf.c      |   9 +-
src/conf/netdev_vlan_conf.c           |   4 +-
src/conf/netdev_vport_profile_conf.c  |   3 +-
src/conf/network_conf.c               |  37 +--
src/conf/networkcommon_conf.c         |   3 +-
src/conf/node_device_conf.c           |  37 +--
src/conf/numa_conf.c                  |  23 +-
src/conf/nwfilter_conf.c              |  12 +-
src/conf/nwfilter_params.c            |  21 +-
src/conf/object_event.c               |  11 +-
src/conf/secret_conf.c                |   3 +-
src/conf/snapshot_conf.c              |   4 +-
src/conf/storage_conf.c               |  21 +-
src/conf/virchrdev.c                  |  10 +-
src/conf/virdomaincheckpointobjlist.c |  10 +-
src/conf/virdomainmomentobjlist.c     |   6 +-
src/conf/virdomainobjlist.c           |   8 +-
src/conf/virdomainsnapshotobjlist.c   |   9 +-
src/conf/virinterfaceobj.c            |   5 +-
src/conf/virnetworkobj.c              |   7 +-
src/conf/virnetworkportdef.c          |   4 +-
src/conf/virnodedeviceobj.c           |   7 +-
src/conf/virnwfilterbindingdef.c      |   6 +-
src/conf/virnwfilterbindingobjlist.c  |   8 +-
src/conf/virnwfilterobj.c             |   9 +-
src/conf/virsecretobj.c               |  21 +-
35 files changed, 271 insertions(+), 511 deletions(-)
[libvirt PATCH 00/13] conf: use g_new0 (glib chronicles)
Posted by Ján Tomko 3 years, 6 months ago
*** BLURB HERE ***
*** BLURB THERE ***
*** BLURB EVEYWHERE ***

Ján Tomko (13):
  conf: domain: use g_new0
  conf: capabilities: use g_new0
  conf: network: use g_new0
  conf: node_device: use g_new0
  conf: domain_addr: use g_new0
  conf: interface: use g_new0
  conf: numa: use g_new0
  conf: storage: use g_new0
  conf: virsecretobj: use g_new0
  conf: nwfilter_params: use g_new0
  conf: cpu: use g_new0
  conf: use g_new0
  conf: virDomainUSBAddressHubNew: refactor

 src/conf/capabilities.c               |  39 +--
 src/conf/checkpoint_conf.c            |   4 +-
 src/conf/cpu_conf.c                   |  15 +-
 src/conf/domain_addr.c                |  37 +--
 src/conf/domain_capabilities.c        |   7 +-
 src/conf/domain_conf.c                | 347 ++++++++++----------------
 src/conf/domain_event.c               |   3 +-
 src/conf/domain_nwfilter.c            |   3 +-
 src/conf/interface_conf.c             |  29 +--
 src/conf/netdev_bandwidth_conf.c      |   9 +-
 src/conf/netdev_vlan_conf.c           |   4 +-
 src/conf/netdev_vport_profile_conf.c  |   3 +-
 src/conf/network_conf.c               |  37 +--
 src/conf/networkcommon_conf.c         |   3 +-
 src/conf/node_device_conf.c           |  37 +--
 src/conf/numa_conf.c                  |  23 +-
 src/conf/nwfilter_conf.c              |  12 +-
 src/conf/nwfilter_params.c            |  21 +-
 src/conf/object_event.c               |  11 +-
 src/conf/secret_conf.c                |   3 +-
 src/conf/snapshot_conf.c              |   4 +-
 src/conf/storage_conf.c               |  21 +-
 src/conf/virchrdev.c                  |  10 +-
 src/conf/virdomaincheckpointobjlist.c |  10 +-
 src/conf/virdomainmomentobjlist.c     |   6 +-
 src/conf/virdomainobjlist.c           |   8 +-
 src/conf/virdomainsnapshotobjlist.c   |   9 +-
 src/conf/virinterfaceobj.c            |   5 +-
 src/conf/virnetworkobj.c              |   7 +-
 src/conf/virnetworkportdef.c          |   4 +-
 src/conf/virnodedeviceobj.c           |   7 +-
 src/conf/virnwfilterbindingdef.c      |   6 +-
 src/conf/virnwfilterbindingobjlist.c  |   8 +-
 src/conf/virnwfilterobj.c             |   9 +-
 src/conf/virsecretobj.c               |  21 +-
 35 files changed, 271 insertions(+), 511 deletions(-)

-- 
2.26.2

Re: [libvirt PATCH 00/13] conf: use g_new0 (glib chronicles)
Posted by Erik Skultety 3 years, 6 months ago
Reviewed-by: Erik Skultety <eskultet@redhat.com>

Re: [libvirt PATCH 00/13] conf: use g_new0 (glib chronicles)
Posted by Neal Gompa 3 years, 6 months ago
On Wed, Oct 7, 2020 at 3:22 PM Ján Tomko <jtomko@redhat.com> wrote:
>
> *** BLURB HERE ***
> *** BLURB THERE ***
> *** BLURB EVEYWHERE ***
>
> Ján Tomko (13):
>   conf: domain: use g_new0
>   conf: capabilities: use g_new0
>   conf: network: use g_new0
>   conf: node_device: use g_new0
>   conf: domain_addr: use g_new0
>   conf: interface: use g_new0
>   conf: numa: use g_new0
>   conf: storage: use g_new0
>   conf: virsecretobj: use g_new0
>   conf: nwfilter_params: use g_new0
>   conf: cpu: use g_new0
>   conf: use g_new0
>   conf: virDomainUSBAddressHubNew: refactor
>
>  src/conf/capabilities.c               |  39 +--
>  src/conf/checkpoint_conf.c            |   4 +-
>  src/conf/cpu_conf.c                   |  15 +-
>  src/conf/domain_addr.c                |  37 +--
>  src/conf/domain_capabilities.c        |   7 +-
>  src/conf/domain_conf.c                | 347 ++++++++++----------------
>  src/conf/domain_event.c               |   3 +-
>  src/conf/domain_nwfilter.c            |   3 +-
>  src/conf/interface_conf.c             |  29 +--
>  src/conf/netdev_bandwidth_conf.c      |   9 +-
>  src/conf/netdev_vlan_conf.c           |   4 +-
>  src/conf/netdev_vport_profile_conf.c  |   3 +-
>  src/conf/network_conf.c               |  37 +--
>  src/conf/networkcommon_conf.c         |   3 +-
>  src/conf/node_device_conf.c           |  37 +--
>  src/conf/numa_conf.c                  |  23 +-
>  src/conf/nwfilter_conf.c              |  12 +-
>  src/conf/nwfilter_params.c            |  21 +-
>  src/conf/object_event.c               |  11 +-
>  src/conf/secret_conf.c                |   3 +-
>  src/conf/snapshot_conf.c              |   4 +-
>  src/conf/storage_conf.c               |  21 +-
>  src/conf/virchrdev.c                  |  10 +-
>  src/conf/virdomaincheckpointobjlist.c |  10 +-
>  src/conf/virdomainmomentobjlist.c     |   6 +-
>  src/conf/virdomainobjlist.c           |   8 +-
>  src/conf/virdomainsnapshotobjlist.c   |   9 +-
>  src/conf/virinterfaceobj.c            |   5 +-
>  src/conf/virnetworkobj.c              |   7 +-
>  src/conf/virnetworkportdef.c          |   4 +-
>  src/conf/virnodedeviceobj.c           |   7 +-
>  src/conf/virnwfilterbindingdef.c      |   6 +-
>  src/conf/virnwfilterbindingobjlist.c  |   8 +-
>  src/conf/virnwfilterobj.c             |   9 +-
>  src/conf/virsecretobj.c               |  21 +-
>  35 files changed, 271 insertions(+), 511 deletions(-)
>
> --
> 2.26.2
>

Series LGTM.

Reviewed-by: Neal Gompa <ngompa13@gmail.com>


-- 
真実はいつも一つ!/ Always, there's only one truth!