[libvirt] [PATCH v4 0/4] qemu_process: Glib sponsored cleanup

Daniel Henrique Barboza danielhb413 at gmail.com
Thu Dec 19 21:09:05 UTC 2019


This series got buried a few months ago. Let's go onward unto
the 20s with no one left behind.

changes from version 3 [1]:
- rebased to master at commit 330b556829
- removed former patch 4. The 'g_strdup_printf' change was
made along the road
- new patch 4: I am sending this one in separate to patch 3
because this unneeded label was already in the code, being
unrelated to the changes of this series. The maintainer is
welcome to squash it into patch 3.

[1] https://www.redhat.com/archives/libvir-list/2019-October/msg01080.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: remove 'cleanup' label from
    qemuProcessCreatePretendCmd()

 src/qemu/qemu_process.c | 429 +++++++++++++++-------------------------
 1 file changed, 157 insertions(+), 272 deletions(-)

-- 
2.23.0





More information about the libvir-list mailing list