[libvirt PATCH 0/4] vbox: use g_new0 (glib chronicles)

Ján Tomko posted 4 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.1601850122.git.jtomko@redhat.com
src/vbox/vbox_common.c        | 119 ++++++++++++----------------------
src/vbox/vbox_network.c       | 107 ++++++++++++++----------------
src/vbox/vbox_snapshot_conf.c |  48 ++++++--------
3 files changed, 110 insertions(+), 164 deletions(-)
[libvirt PATCH 0/4] vbox: use g_new0 (glib chronicles)
Posted by Ján Tomko 3 years, 6 months ago
Ján Tomko (4):
  vbox: use g_new0 in vboxDumpAudio
  vbox: invert condition in vboxSnapshotGetReadOnlyDisks
  vbox: refactor vboxNetworkGetXMLDesc a bit
  vbox: use g_new0 instead of VIR_ALLOC

 src/vbox/vbox_common.c        | 119 ++++++++++++----------------------
 src/vbox/vbox_network.c       | 107 ++++++++++++++----------------
 src/vbox/vbox_snapshot_conf.c |  48 ++++++--------
 3 files changed, 110 insertions(+), 164 deletions(-)

-- 
2.26.2

Re: [libvirt PATCH 0/4] vbox: use g_new0 (glib chronicles)
Posted by Erik Skultety 3 years, 6 months ago
On Mon, Oct 05, 2020 at 12:22:22AM +0200, Ján Tomko wrote:
> Ján Tomko (4):
>   vbox: use g_new0 in vboxDumpAudio
>   vbox: invert condition in vboxSnapshotGetReadOnlyDisks
>   vbox: refactor vboxNetworkGetXMLDesc a bit
>   vbox: use g_new0 instead of VIR_ALLOC
> 
>  src/vbox/vbox_common.c        | 119 ++++++++++++----------------------
>  src/vbox/vbox_network.c       | 107 ++++++++++++++----------------
>  src/vbox/vbox_snapshot_conf.c |  48 ++++++--------
>  3 files changed, 110 insertions(+), 164 deletions(-)
> 

Reviewed-by: Erik Skultety <eskultet@redhat.com>