Re: [Qemu-devel] [PATCH v2 4/4] qapi: Test name mangling of downstream extensions

2015-04-29 Thread Eric Blake
On 04/29/2015 05:32 AM, Markus Armbruster wrote: > Eric Blake writes: > >> So that we don't regress in supporting downstream extensions, make >> sure that our testsuite covers downstream naming choices in as many >> places as possible. >> >> +{ 'command': '__org.qemu_x-command', >> + 'data': {

Re: [Qemu-devel] [PATCH v2 4/4] qapi: Test name mangling of downstream extensions

2015-04-29 Thread Markus Armbruster
Eric Blake writes: > So that we don't regress in supporting downstream extensions, make > sure that our testsuite covers downstream naming choices in as many > places as possible. > > Signed-off-by: Eric Blake > --- > tests/qapi-schema/qapi-schema-test.json | 19 +++ > tests/qap