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

Daniel Henrique Barboza danielhb413 at gmail.com
Thu Nov 12 21:48:30 UTC 2020


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: use g_autoptr() with virDomainDeviceDefPtr
  qemu_driver.c: remove unneeded 'cleanup' labels
  qemu_snapshot.c: remove uneeded 'cleanup' label in
    qemuSnapshotDelete()
  qemu_domain.c: use g_autoptr() with virDomainDef pointers
  qemu_domain.c: remove unneeded cleanup labels
  qemu_domain.c: modernize qemuDomainFixupCPUs()
  qemu_domain.c: modernize qemuDomainWriteMasterKeyFile()
  qemu_domain.c: modernize qemuMonitorGetCpuHalted()

 src/qemu/qemu_domain.c   | 100 ++++++------------
 src/qemu/qemu_driver.c   | 219 +++++++++++++++------------------------
 src/qemu/qemu_snapshot.c |   3 +-
 3 files changed, 119 insertions(+), 203 deletions(-)

-- 
2.26.2




More information about the libvir-list mailing list