Re: [libvirt] [PATCH 06/22] util: typedparam: Separate code to assign value to typed parameter

2019-09-24 Thread Ján Tomko
On Thu, Sep 19, 2019 at 07:13:09PM +0200, Peter Krempa wrote: The code will be reused in other function. Signed-off-by: Peter Krempa --- src/util/virtypedparam.c | 55 1 file changed, 33 insertions(+), 22 deletions(-) diff --git

[libvirt] [PATCH 06/22] util: typedparam: Separate code to assign value to typed parameter

2019-09-19 Thread Peter Krempa
The code will be reused in other function. Signed-off-by: Peter Krempa --- src/util/virtypedparam.c | 55 1 file changed, 33 insertions(+), 22 deletions(-) diff --git a/src/util/virtypedparam.c b/src/util/virtypedparam.c index d9f8203796..9f86166707