Re: [Qemu-devel] [PATCH v7 15/26] qapi-commands: Rearrange code

2015-09-15 Thread Daniel P. Berrange
On Mon, Sep 14, 2015 at 07:57:46PM +0200, 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 t

[Qemu-devel] [PATCH v7 15/26] qapi-commands: Rearrange code

2015-09-14 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(), an