[libvirt] [PATCH v3 0/4] qemu_process.c: GLib powered cleanup

Daniel Henrique Barboza posted 4 patches 4 years, 6 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20191017124640.4311-1-danielhb413@gmail.com
src/qemu/qemu_process.c | 449 +++++++++++++++-------------------------
1 file changed, 166 insertions(+), 283 deletions(-)
[libvirt] [PATCH v3 0/4] qemu_process.c: GLib powered cleanup
Posted by Daniel Henrique Barboza 4 years, 6 months ago
changes from v2:
- only use GLib macros
- split the patches to separate the 'remove cleanup labels'
patch from the most trivial stuff
- added a new patch to change virAsprintf to g_stdup_printf

v2: https://www.redhat.com/archives/libvir-list/2019-October/msg00929.html
v1: https://www.redhat.com/archives/libvir-list/2019-September/msg01465.html 

Daniel Henrique Barboza (4):
  qemu_process.c: use g_autofree
  qemu_process.c: use g_autoptr()
  qemu_process.c: remove cleanup labels after g_auto*() changes
  qemu_process.c: use g_strdup_printf

 src/qemu/qemu_process.c | 449 +++++++++++++++-------------------------
 1 file changed, 166 insertions(+), 283 deletions(-)

-- 
2.21.0

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