Re: [libvirt] [PATCHv5 01/13] Use a separate buffer for subelements

2016-09-07 Thread Peter Krempa
On Wed, Aug 24, 2016 at 00:20:43 +0200, Ján Tomko wrote: > Instead of figuring out upfront whether will be a single > or a pair element, format the subelements into a separate buffer > and close early if this buffer is empty. > --- > src/conf/domain_conf.c | 19 ++- > 1 file chan

[libvirt] [PATCHv5 01/13] Use a separate buffer for subelements

2016-08-23 Thread Ján Tomko
Instead of figuring out upfront whether will be a single or a pair element, format the subelements into a separate buffer and close early if this buffer is empty. --- src/conf/domain_conf.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/conf/domain_c