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

2014-03-05 Thread Eric Blake
On 03/03/2014 08:28 AM, 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, t

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

2014-03-03 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