Re: [Qemu-devel] [PATCH 04/15] raw-posix: Use bdrv_open options instead of filename

2013-04-15 Thread Eric Blake
On 04/12/2013 02:47 PM, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > block/raw-posix.c | 57 > +++ > 1 file changed, 45 insertions(+), 12 deletions(-) > +static int raw_open_common(BlockDriverState *bs, QDict *options, >

[Qemu-devel] [PATCH 04/15] raw-posix: Use bdrv_open options instead of filename

2013-04-12 Thread Kevin Wolf
Signed-off-by: Kevin Wolf --- block/raw-posix.c | 57 +++ 1 file changed, 45 insertions(+), 12 deletions(-) diff --git a/block/raw-posix.c b/block/raw-posix.c index 99ac869..9b7bc9c 100644 --- a/block/raw-posix.c +++ b/block/raw-posix.c @@ -262