Re: [libvirt] [PATCH 05/13] util: qemu: Introduce helper for formatting command line from new object props

2018-05-31 Thread Ján Tomko
On Wed, May 30, 2018 at 07:06:29PM +0200, Peter Krempa wrote: Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 + src/util/virqemu.c | 40 src/util/virqemu.h | 3 +++ 3 files changed, 40 insertions(+), 4 deletions(-) Reviewed-by:

[libvirt] [PATCH 05/13] util: qemu: Introduce helper for formatting command line from new object props

2018-05-30 Thread Peter Krempa
Signed-off-by: Peter Krempa --- src/libvirt_private.syms | 1 + src/util/virqemu.c | 40 src/util/virqemu.h | 3 +++ 3 files changed, 40 insertions(+), 4 deletions(-) diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms index e2a