Re: [libvirt] [PATCH 02/75] qemu_command: Change logic in qemuVirCommandGet{FDSet, GetDevSet}

2019-10-22 Thread Ján Tomko
On Tue, Oct 22, 2019 at 03:57:06PM +0200, Michal Privoznik wrote: These two functions have pattern that's preventing us from simpler virAsprintf() -> g_strdup_printf() transition. Modify their logic a bit. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c | 13 +++-- 1 file cha

[libvirt] [PATCH 02/75] qemu_command: Change logic in qemuVirCommandGet{FDSet, GetDevSet}

2019-10-22 Thread Michal Privoznik
These two functions have pattern that's preventing us from simpler virAsprintf() -> g_strdup_printf() transition. Modify their logic a bit. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/qemu/qemu_