Re: [Qemu-devel] [PATCH v2 0/4] block: Allow JSON filenames

2014-05-06 Thread Eric Blake
On 05/06/2014 02:29 PM, Max Reitz wrote: > This series acts as some kind of alternative or v5 to the "block/json: > Add JSON protocol driver" series. It makes bdrv_open() parse filenames > prefixed by "json:" as JSON objects (discarding the prefix beforehand) > and then use the resulting QDict as t

[Qemu-devel] [PATCH v2 0/4] block: Allow JSON filenames

2014-05-06 Thread Max Reitz
This series acts as some kind of alternative or v5 to the "block/json: Add JSON protocol driver" series. It makes bdrv_open() parse filenames prefixed by "json:" as JSON objects (discarding the prefix beforehand) and then use the resulting QDict as the options for the block device to be opened with