Re: [Qemu-devel] [PATCH 3/3] migrate: Use boxed qapi for migrate-set-parameters

2016-10-05 Thread Juan Quintela
Eric Blake wrote: > Now that QAPI makes it easy to pass a struct around, we don't > have to declare as many parameters or local variables. > > Signed-off-by: Eric Blake Reviewed-by: Juan Quintela NCEEE I hated that function parameters list. Thanks very much.

Re: [Qemu-devel] [PATCH 3/3] migrate: Use boxed qapi for migrate-set-parameters

2016-09-09 Thread Marc-André Lureau
On Fri, Sep 9, 2016 at 7:16 AM Eric Blake wrote: > Now that QAPI makes it easy to pass a struct around, we don't > have to declare as many parameters or local variables. > > Signed-off-by: Eric Blake > Reviewed-by: Marc-André Lureau > --- > qapi-schema.json | 2 +- > hmp.c

[Qemu-devel] [PATCH 3/3] migrate: Use boxed qapi for migrate-set-parameters

2016-09-08 Thread Eric Blake
Now that QAPI makes it easy to pass a struct around, we don't have to declare as many parameters or local variables. Signed-off-by: Eric Blake --- qapi-schema.json | 2 +- hmp.c | 40 ++- migration/migration.c | 65 +--