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

2014-03-05 Thread Benoît Canet
The Wednesday 05 Mar 2014 à 21:21:46 (+0100), Max Reitz wrote : > On 05.03.2014 21:20, Benoît Canet wrote: > >The Wednesday 05 Mar 2014 à 20:58:12 (+0100), Max Reitz wrote : > >>On 05.03.2014 17:04, Benoît Canet wrote: > >>>The Monday 03 Mar 2014 à 16:28:45 (+0100), Max Reitz wrote : > Add a JS

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

2014-03-05 Thread Max Reitz
On 05.03.2014 21:20, Benoît Canet wrote: The Wednesday 05 Mar 2014 à 20:58:12 (+0100), Max Reitz wrote : On 05.03.2014 17:04, Benoît Canet wrote: The Monday 03 Mar 2014 à 16:28:45 (+0100), Max Reitz wrote : Add a JSON protocol driver which allows supplying block driver options through the file

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

2014-03-05 Thread Benoît Canet
The Wednesday 05 Mar 2014 à 20:58:12 (+0100), Max Reitz wrote : > On 05.03.2014 17:04, Benoît Canet wrote: > >The Monday 03 Mar 2014 à 16:28:45 (+0100), Max Reitz wrote : > >>Add a JSON protocol driver which allows supplying block driver options > >>through the filename rather than separately. Othe

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

2014-03-05 Thread Max Reitz
On 05.03.2014 17:04, Benoît Canet wrote: The Monday 03 Mar 2014 à 16:28:45 (+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

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

2014-03-05 Thread Benoît Canet
The Monday 03 Mar 2014 à 16:28:45 (+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

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

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