Re: [Qemu-devel] [PATCH 02/11] block: Pass bdrv_file_open() options to block drivers

2013-03-19 Thread Eric Blake
On 03/19/2013 12:05 PM, Kevin Wolf wrote: > Am 19.03.2013 um 18:48 hat Eric Blake geschrieben: >> On 03/18/2013 11:23 AM, Kevin Wolf wrote: >>> Specify -drive file.option=... on the command line to pass the option to >>> the protocol instead of the format driver. >>> >>> Signed-off-by: Kevin Wolf

Re: [Qemu-devel] [PATCH 02/11] block: Pass bdrv_file_open() options to block drivers

2013-03-19 Thread Kevin Wolf
Am 19.03.2013 um 18:48 hat Eric Blake geschrieben: > On 03/18/2013 11:23 AM, Kevin Wolf wrote: > > Specify -drive file.option=... on the command line to pass the option to > > the protocol instead of the format driver. > > > > Signed-off-by: Kevin Wolf > > --- > > block.c | 63 > > +

Re: [Qemu-devel] [PATCH 02/11] block: Pass bdrv_file_open() options to block drivers

2013-03-19 Thread Eric Blake
On 03/18/2013 11:23 AM, Kevin Wolf wrote: > Specify -drive file.option=... on the command line to pass the option to > the protocol instead of the format driver. > > Signed-off-by: Kevin Wolf > --- > block.c | 63 --- > 1 file changed,

[Qemu-devel] [PATCH 02/11] block: Pass bdrv_file_open() options to block drivers

2013-03-18 Thread Kevin Wolf
Specify -drive file.option=... on the command line to pass the option to the protocol instead of the format driver. Signed-off-by: Kevin Wolf --- block.c | 63 --- 1 file changed, 56 insertions(+), 7 deletions(-) diff --git a/block.c b