Re: [libvirt] [PATCH v2 01/32] conf, util, qemu: Use VIR_STEAL_PTR for authdef processing

2019-02-11 Thread Ján Tomko
On Fri, Feb 08, 2019 at 01:36:55PM -0500, John Ferlan wrote: Signed-off-by: John Ferlan Reviewed-by: Erik Skultety --- src/conf/domain_conf.c| 3 +-- src/conf/storage_conf.c | 3 +-- src/qemu/qemu_parse_command.c | 3 +-- src/util/virstoragefile.c | 3 +-- 4 files changed, 4 inser

Re: [libvirt] [PATCH v2 01/32] conf, util, qemu: Use VIR_STEAL_PTR for authdef processing

2019-02-11 Thread Ján Tomko
On Fri, Feb 08, 2019 at 01:36:55PM -0500, John Ferlan wrote: Signed-off-by: John Ferlan Reviewed-by: Erik Skultety --- src/conf/domain_conf.c| 3 +-- src/conf/storage_conf.c | 3 +-- src/qemu/qemu_parse_command.c | 3 +-- src/util/virstoragefile.c | 3 +-- 4 files changed, 4 inser

[libvirt] [PATCH v2 01/32] conf, util, qemu: Use VIR_STEAL_PTR for authdef processing

2019-02-08 Thread John Ferlan
Signed-off-by: John Ferlan Reviewed-by: Erik Skultety --- src/conf/domain_conf.c| 3 +-- src/conf/storage_conf.c | 3 +-- src/qemu/qemu_parse_command.c | 3 +-- src/util/virstoragefile.c | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/conf/domain_con