[libvirt PATCH 0/2] qemu: Use g_auto* in a few more places

Jiri Denemark posted 2 patches 3 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1616192206.git.jdenemar@redhat.com
src/qemu/qemu_migration.c    | 15 +++++----------
src/qemu/qemu_monitor_json.c | 19 ++++++++-----------
2 files changed, 13 insertions(+), 21 deletions(-)
[libvirt PATCH 0/2] qemu: Use g_auto* in a few more places
Posted by Jiri Denemark 3 years ago
I'll be touching these functions soon, let's modernize them first.

Jiri Denemark (2):
  qemu: Use g_autofree in qemuMigrationJobCheckStatus
  qemu: Use g_autoptr in qemuMonitorJSONSetCapabilities

 src/qemu/qemu_migration.c    | 15 +++++----------
 src/qemu/qemu_monitor_json.c | 19 ++++++++-----------
 2 files changed, 13 insertions(+), 21 deletions(-)

-- 
2.31.0

Re: [libvirt PATCH 0/2] qemu: Use g_auto* in a few more places
Posted by Erik Skultety 3 years ago
On Fri, Mar 19, 2021 at 11:28:36PM +0100, Jiri Denemark wrote:
> I'll be touching these functions soon, let's modernize them first.

Reviewed-by: Erik Skultety <eskultet@redhat.com>