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

2016-10-15 Thread Max Reitz
On 11.10.2016 15:27, 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

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

2016-10-11 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