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

2014-05-07 Thread Stefan Hajnoczi
On Tue, May 06, 2014 at 07:51:10PM +0200, Max Reitz wrote: > On 06.05.2014 10:10, Stefan Hajnoczi wrote: > >On Mon, May 05, 2014 at 06:19:07PM +0200, Max Reitz wrote: > >>On 10.04.2014 20:43, Max Reitz wrote: > >>>This series adds a passthrough JSON protocol block driver. Its filenames > >>>are JSO

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

2014-05-06 Thread Max Reitz
On 06.05.2014 10:10, Stefan Hajnoczi wrote: On Mon, May 05, 2014 at 06:19:07PM +0200, Max Reitz wrote: On 10.04.2014 20:43, 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

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

2014-05-06 Thread Stefan Hajnoczi
On Mon, May 05, 2014 at 06:19:07PM +0200, Max Reitz wrote: > On 10.04.2014 20:43, 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 t

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

2014-05-05 Thread Max Reitz
On 10.04.2014 20:43, 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 v3 00/12] block/json: Add JSON protocol driver

2014-04-10 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