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

2014-03-21 Thread Max Reitz
On 07.03.2014 23:55, Max Reitz wrote: This series adds a passthrough JSON protocol block driver. Its filenames are JSON objects prefixed by "json:". The objects are used as options for opening another block device which will be the child of the JSON device. Regarding this child device, the JSON d

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

2014-03-07 Thread Max Reitz
This series adds a passthrough JSON protocol block driver. Its filenames are JSON objects prefixed by "json:". The objects are used as options for opening another block device which will be the child of the JSON device. Regarding this child device, the JSON driver behaves nearly the same as raw_bsd