Re: [libvirt] [PATCH 3/6] qemu_conf: Use more of VIR_AUTOFREE()

2019-09-10 Thread Pavel Hrdina
On Mon, Sep 09, 2019 at 06:00:24PM +0200, Michal Privoznik wrote: > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_conf.c | 130 +-- > 1 file changed, 40 insertions(+), 90 deletions(-) > > diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c >

Re: [libvirt] [PATCH 3/6] qemu_conf: Use more of VIR_AUTOFREE()

2019-09-09 Thread Daniel Henrique Barboza
On 9/9/19 1:00 PM, Michal Privoznik wrote: Signed-off-by: Michal Privoznik --- make syntax-check wasn't happy about this patch, at least  in my box. This adjustment make it happy again: [danielhb@rekt libvirt]$ git diff diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c index

[libvirt] [PATCH 3/6] qemu_conf: Use more of VIR_AUTOFREE()

2019-09-09 Thread Michal Privoznik
Signed-off-by: Michal Privoznik --- src/qemu/qemu_conf.c | 130 +-- 1 file changed, 40 insertions(+), 90 deletions(-) diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c index f11df03cf8..c3255a6f54 100644 --- a/src/qemu/qemu_conf.c +++