Re: [libvirt] [PATCH 08/21] tests: qemuxml2argv: handle flags with varargs

2019-03-19 Thread Andrea Bolognani
On Thu, 2019-03-14 at 10:44 -0400, Cole Robinson wrote: > This allows us to drop flags from DO_TEST_FULL > > Signed-off-by: Cole Robinson > --- > tests/qemuxml2argvtest.c | 37 ++--- > 1 file changed, 22 insertions(+), 15 deletions(-) Reviewed-by: Andrea

[libvirt] [PATCH 08/21] tests: qemuxml2argv: handle flags with varargs

2019-03-14 Thread Cole Robinson
This allows us to drop flags from DO_TEST_FULL Signed-off-by: Cole Robinson --- tests/qemuxml2argvtest.c | 37 ++--- 1 file changed, 22 insertions(+), 15 deletions(-) diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index c6bd240c54..bb3d53070f