Re: [Qemu-devel] [PATCH 10/15] iscsi: Use bdrv_open options instead of filename

2013-04-15 Thread Eric Blake
On 04/12/2013 02:48 PM, Kevin Wolf wrote: > This is only to convert the internal interface that is used for passing > the "filename" to be parsed, but converting to actual fine grained > options is left for another day, as it doesn't look trivial. > > Signed-off-by: Kevin Wolf > --- > block/iscs

[Qemu-devel] [PATCH 10/15] iscsi: Use bdrv_open options instead of filename

2013-04-12 Thread Kevin Wolf
This is only to convert the internal interface that is used for passing the "filename" to be parsed, but converting to actual fine grained options is left for another day, as it doesn't look trivial. Signed-off-by: Kevin Wolf --- block/iscsi.c | 39 +-- 1 file