Re: [libvirt] [PATCH 06/12] tests: qemuxml2argv: Rename testInfo* to testQemuInfo*

2019-04-10 Thread Andrea Bolognani
On Mon, 2019-04-01 at 12:47 -0400, Cole Robinson wrote: > In preparation for moving these bits to a shared place, rename them > to match one of the testqemuutils.c function prefixes. Rename s/testqemuutils/testutilsqemu/ [...] > static int > -testCheckExclusiveFlags(int flags) > +testQemuInfoChe

[libvirt] [PATCH 06/12] tests: qemuxml2argv: Rename testInfo* to testQemuInfo*

2019-04-01 Thread Cole Robinson
In preparation for moving these bits to a shared place, rename them to match one of the testqemuutils.c function prefixes. Rename info->flags handling too as it will need to be moved testInfoSetPaths isn't renamed because it will stay local Signed-off-by: Cole Robinson --- tests/qemuxml2argvtes