Re: [libvirt] [PATCH v2 1/6] tests: qemuxml2xml: Set name in testQemuInfo

2019-04-16 Thread Andrea Bolognani
On Mon, 2019-04-15 at 19:09 -0400, Cole Robinson wrote: [...] > @@ -148,7 +146,6 @@ mymain(void) > { > int ret = 0; > char *fakerootdir; > -struct testQemuInfo info; > virQEMUDriverConfigPtr cfg = NULL; > virHashTablePtr capslatest = NULL; > > @@ -168,39 +165,40 @@

[libvirt] [PATCH v2 1/6] tests: qemuxml2xml: Set name in testQemuInfo

2019-04-15 Thread Cole Robinson
Use the same pattern that is used in qemuxml2argvtest, setting the name in a static testQemuInfo instance inside the test macros Signed-off-by: Cole Robinson --- tests/qemuxml2xmltest.c | 47 + 1 file changed, 24 insertions(+), 23 deletions(-) diff --git