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.
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
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 +--