Re: [libvirt] [PATCH 00/21] tests: qemuxml2argv: support optional arguments

2019-03-14 Thread Cole Robinson
On 3/14/19 11:17 AM, Eric Blake wrote: On 3/14/19 9:43 AM, Cole Robinson wrote: Right now in qemuxml2argv we have a proliferation of DO_*TEST* macros. They essentially fill in data in the testInfo struct and invoke the test function. There's several bits of data that we want to specify for a

Re: [libvirt] [PATCH 00/21] tests: qemuxml2argv: support optional arguments

2019-03-14 Thread Eric Blake
On 3/14/19 9:43 AM, Cole Robinson wrote: > Right now in qemuxml2argv we have a proliferation of DO_*TEST* macros. > They essentially fill in data in the testInfo struct and invoke the > test function. > > There's several bits of data that we want to specify for a small > subset of tests: flags,

[libvirt] [PATCH 00/21] tests: qemuxml2argv: support optional arguments

2019-03-14 Thread Cole Robinson
Right now in qemuxml2argv we have a proliferation of DO_*TEST* macros. They essentially fill in data in the testInfo struct and invoke the test function. There's several bits of data that we want to specify for a small subset of tests: flags, parseFlags, migrateFrom/migrateFd, gic. The base