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

Daniel Henrique Barboza danielhb413 at gmail.com
Thu Oct 17 12:46:36 UTC 2019


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




More information about the libvir-list mailing list