Re: [Qemu-devel] [PATCH 24/34] block: Keep "driver" in bs->options

2015-05-13 Thread Max Reitz
On 08.05.2015 19:21, Kevin Wolf wrote: Instead of passing a separate drv argument to bdrv_open_common(), just make sure that a "driver" option is set in the QDict. This also means that a "driver" entry is consistently present in bs->options now. This is another step towards keeping all options i

[Qemu-devel] [PATCH 24/34] block: Keep "driver" in bs->options

2015-05-08 Thread Kevin Wolf
Instead of passing a separate drv argument to bdrv_open_common(), just make sure that a "driver" option is set in the QDict. This also means that a "driver" entry is consistently present in bs->options now. This is another step towards keeping all options in the QDict (which is the represenation o