Re: [Qemu-devel] [PATCH RFC v2 35/47] qapi-commands: Rearrange code

2015-07-28 Thread Markus Armbruster
Eric Blake writes: > On 07/01/2015 02:22 PM, Markus Armbruster wrote: >> Rename gen_marshal_input() to gen_marshal(), because the generated >> function marshals both arguments and results. >> >> Rename gen_visitor_input_containers_decl() to gen_marshal_vars(), and >> move the other variable decl

Re: [Qemu-devel] [PATCH RFC v2 35/47] qapi-commands: Rearrange code

2015-07-23 Thread Eric Blake
On 07/01/2015 02:22 PM, Markus Armbruster wrote: > Rename gen_marshal_input() to gen_marshal(), because the generated > function marshals both arguments and results. > > Rename gen_visitor_input_containers_decl() to gen_marshal_vars(), and > move the other variable declarations there, too. > > Re

[Qemu-devel] [PATCH RFC v2 35/47] qapi-commands: Rearrange code

2015-07-01 Thread Markus Armbruster
Rename gen_marshal_input() to gen_marshal(), because the generated function marshals both arguments and results. Rename gen_visitor_input_containers_decl() to gen_marshal_vars(), and move the other variable declarations there, too. Rename gen_visitor_input_block()() to gen_marshal_input_visit(),