Re: [Qemu-devel] [PATCH v8 14/16] net: Complete qapi-fication of netdev_add

2016-07-07 Thread Markus Armbruster
Eric Blake writes: > We finally have all the required pieces for doing a type-safe > representation of netdev_add as a flat union, where the > discriminator 'type' now selects which additional members may > appear in the "arguments" JSON object sent over QMP, and exposes > those types through int

[Qemu-devel] [PATCH v8 14/16] net: Complete qapi-fication of netdev_add

2016-07-02 Thread Eric Blake
We finally have all the required pieces for doing a type-safe representation of netdev_add as a flat union, where the discriminator 'type' now selects which additional members may appear in the "arguments" JSON object sent over QMP, and exposes those types through introspection, and without breakin