Re: [libvirt] [PATCH 14/21] tests: qemuxml2argv: use varargs for CAPS flags

2019-03-19 Thread Andrea Bolognani
On Thu, 2019-03-14 at 10:44 -0400, Cole Robinson wrote: [...] > +# define DO_TEST_CAPS_INTERNAL(name, suffix, \ > + arch, capsfile, stripmachinealiases, ...) \ > do { \ > static struct testInfo info = { \ > -name, "." suffix, NULL, NULL, -1,\

[libvirt] [PATCH 14/21] tests: qemuxml2argv: use varargs for CAPS flags

2019-03-14 Thread Cole Robinson
Signed-off-by: Cole Robinson --- tests/qemuxml2argvtest.c | 34 -- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index 7708e8db70..176e4eff3e 100644 --- a/tests/qemuxml2argvtest.c +++