Re: [Qemu-devel] [PATCH v3 14/14] qapi: Support downstream events and commands

2015-05-07 Thread Markus Armbruster
Eric Blake writes: > Enhance the testsuite to cover downstream events and commands. > Events worked without more tweaks, but commands needed a few final > updates in the generator to mangle names in the appropriate places. > In making those tweaks, it was easier to drop type_visitor() and > inlin

[Qemu-devel] [PATCH v3 14/14] qapi: Support downstream events and commands

2015-05-05 Thread Eric Blake
Enhance the testsuite to cover downstream events and commands. Events worked without more tweaks, but commands needed a few final updates in the generator to mangle names in the appropriate places. In making those tweaks, it was easier to drop type_visitor() and inline its actions instead. Signed-