[PATCH v1 00/10] more simple g_autoptr() cleanups

2020-11-12 Thread Daniel Henrique Barboza
I intended to clean up the virDomainDefFree() calls that I kept seeing in qemu_driver.c, ended up doing a bit more than that. Daniel Henrique Barboza (10): qemu_driver.c: use g_autoptr() with virDomainDef pointers qemu_driver.c: use g_autoptr() with qemuMigrationParams pointers qemu_driver.c

Re: [PATCH v1 00/10] more simple g_autoptr() cleanups

2020-11-12 Thread Jonathon Jongsma
On Thu, 12 Nov 2020 18:48:30 -0300 Daniel Henrique Barboza wrote: > I intended to clean up the virDomainDefFree() calls that I > kept seeing in qemu_driver.c, ended up doing a bit more than > that. > > Daniel Henrique Barboza (10): > qemu_driver.c: use g_autoptr() with virDomainDef pointers >

Re: [PATCH v1 00/10] more simple g_autoptr() cleanups

2020-11-13 Thread Daniel Henrique Barboza
On 11/12/20 7:21 PM, Jonathon Jongsma wrote: On Thu, 12 Nov 2020 18:48:30 -0300 Daniel Henrique Barboza wrote: I intended to clean up the virDomainDefFree() calls that I kept seeing in qemu_driver.c, ended up doing a bit more than that. Daniel Henrique Barboza (10): qemu_driver.c: use g