Re: [Qemu-devel] [PATCH] block: Remove "options" indirection from blockdev-add

2016-10-07 Thread Eric Blake
On 10/07/2016 10:38 AM, Kevin Wolf wrote: > Now that QAPI supports boxed types, we can have unions at the top level > of a command, so let's put our real options directly there for > blockdev-add instead of having a single "options" dict that contains the > real arguments. > > blockdev-add is stil

Re: [Qemu-devel] [PATCH] block: Remove "options" indirection from blockdev-add

2016-10-07 Thread Max Reitz
On 07.10.2016 17:38, Kevin Wolf wrote: > Now that QAPI supports boxed types, we can have unions at the top level > of a command, so let's put our real options directly there for > blockdev-add instead of having a single "options" dict that contains the > real arguments. > > blockdev-add is still e

[Qemu-devel] [PATCH] block: Remove "options" indirection from blockdev-add

2016-10-07 Thread Kevin Wolf
Now that QAPI supports boxed types, we can have unions at the top level of a command, so let's put our real options directly there for blockdev-add instead of having a single "options" dict that contains the real arguments. blockdev-add is still experimental and we already made substantial changes