Re: [Qemu-devel] [PATCH 6/7] block: Support driver specific options in drive_init()

2013-03-01 Thread Eric Blake
On 03/01/2013 01:13 PM, Kevin Wolf wrote: > Any non-default -drive options are now passed down to the block drivers. > > Signed-off-by: Kevin Wolf > --- > blockdev.c | 45 - > 1 file changed, 40 insertions(+), 5 deletions(-) Reviewed-by: Eric Blake

[Qemu-devel] [PATCH 6/7] block: Support driver specific options in drive_init()

2013-03-01 Thread Kevin Wolf
Any non-default -drive options are now passed down to the block drivers. Signed-off-by: Kevin Wolf --- blockdev.c | 45 - 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/blockdev.c b/blockdev.c index d679174..1f896ca 100644 --- a/blockde