Re: [Qemu-devel] [PATCH v3 3/4] block: Allow JSON filenames

2014-05-14 Thread Kevin Wolf
Am 14.05.2014 um 00:12 hat Eric Blake geschrieben: > On 05/08/2014 12:12 PM, Max Reitz wrote: > > If the filename given to bdrv_open() is prefixed with "json:", parse the > > rest as a JSON object and merge the result into the options QDict. If > > there are conflicts, report one of them to the use

Re: [Qemu-devel] [PATCH v3 3/4] block: Allow JSON filenames

2014-05-13 Thread Eric Blake
On 05/08/2014 12:12 PM, Max Reitz wrote: > If the filename given to bdrv_open() is prefixed with "json:", parse the > rest as a JSON object and merge the result into the options QDict. If > there are conflicts, report one of them to the user and abort. Commit message is stale compared to change in

[Qemu-devel] [PATCH v3 3/4] block: Allow JSON filenames

2014-05-08 Thread Max Reitz
If the filename given to bdrv_open() is prefixed with "json:", parse the rest as a JSON object and merge the result into the options QDict. If there are conflicts, report one of them to the user and abort. Signed-off-by: Max Reitz --- block.c | 41 + 1 fil