[libvirt] [PATCH v2 0/3] qemu_process: use VIR_AUTO*/g_auto* all around

Daniel Henrique Barboza danielhb413 at gmail.com
Tue Oct 15 22:47:57 UTC 2019


The usual AUTOFREE() and AUTOUNREF() changes that allows
for a bit of cleanup. A new patch was added to convert
most of the VIR_AUTO* macros to GLib g_auto* ones.


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

Daniel Henrique Barboza (3):
  qemu_process: use VIR_AUTOFREE()
  qemu_process: use VIR_AUTOUNREF()
  qemu_process.c: use GLib macros

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

-- 
2.21.0




More information about the libvir-list mailing list