Re: [libvirt] [PATCH 05/21] tests: qemuxml2argv: break apart testInitQEMUCaps

2019-03-19 Thread Andrea Bolognani
On Thu, 2019-03-14 at 10:43 -0400, Cole Robinson wrote: > Signed-off-by: Cole Robinson > --- > tests/qemuxml2argvtest.c | 23 +++ > 1 file changed, 3 insertions(+), 20 deletions(-) Reviewed-by: Andrea Bolognani -- Andrea Bolognani / Red Hat / Virtualization --

[libvirt] [PATCH 05/21] tests: qemuxml2argv: break apart testInitQEMUCaps

2019-03-14 Thread Cole Robinson
Signed-off-by: Cole Robinson --- tests/qemuxml2argvtest.c | 23 +++ 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index 393d2399fa..06a28178d0 100644 --- a/tests/qemuxml2argvtest.c +++