Re: [libvirt] [PATCH 04/10] tests: qemumonitor: Optimize control flow when concatenating replies

2018-06-07 Thread John Ferlan
On 06/04/2018 09:58 AM, Peter Krempa wrote: > The test file can be broken up by newlines and is automatically > concatenated back. Fix the control flow so that the concatenation code > 'continues' the loop rather than branching out. > > Also add an anotation to the concatenation code. > >

[libvirt] [PATCH 04/10] tests: qemumonitor: Optimize control flow when concatenating replies

2018-06-04 Thread Peter Krempa
The test file can be broken up by newlines and is automatically concatenated back. Fix the control flow so that the concatenation code 'continues' the loop rather than branching out. Also add an anotation to the concatenation code. Signed-off-by: Peter Krempa --- tests/qemumonitortestutils.c |