[Qemu-devel] [PATCH v2 04/12] block/json: Add JSON protocol driver

2014-03-07 Thread Max Reitz
Add a JSON protocol driver which allows supplying block driver options through the filename rather than separately. Other than that, it is a pure passthrough driver which identifies itself as a filter. This patch implements the functions bdrv_parse_filename(), bdrv_file_open(), bdrv_close(), bdrv_

Re: [Qemu-devel] [PATCH v2 04/12] block/json: Add JSON protocol driver

2014-03-09 Thread Benoît Canet
The Friday 07 Mar 2014 à 23:55:48 (+0100), Max Reitz wrote : > Add a JSON protocol driver which allows supplying block driver options > through the filename rather than separately. Other than that, it is a > pure passthrough driver which identifies itself as a filter. > > This patch implements the