Re: [libvirt] [PATCH 09/21] tests: qemuxml2argv: handle parseFlags 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 parseFlags from DO_TEST_FULL > > Signed-off-by: Cole Robinson Reviewed-by: Andrea Bolognani -- Andrea Bolognani / Red Hat / Virtualization -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.co

[libvirt] [PATCH 09/21] tests: qemuxml2argv: handle parseFlags with varargs

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