Re: [libvirt] [PATCH 04/21] tests: qemuxml2argv: push ARG_QEMU_CAPS to callers

2019-03-19 Thread Andrea Bolognani
On Thu, 2019-03-14 at 10:43 -0400, Cole Robinson wrote: > This is necessary before we can start adding more optional parameter > implementations to DO_TEST_FULL > > Signed-off-by: Cole Robinson > --- > tests/qemuxml2argvtest.c | 38 +- > 1 file changed, 25 ins

[libvirt] [PATCH 04/21] tests: qemuxml2argv: push ARG_QEMU_CAPS to callers

2019-03-14 Thread Cole Robinson
This is necessary before we can start adding more optional parameter implementations to DO_TEST_FULL Signed-off-by: Cole Robinson --- tests/qemuxml2argvtest.c | 38 +- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/tests/qemuxml2argvtest.c b/t