Re: [Qemu-devel] [PATCH 4/5] block/raw-win32: Implement bdrv_parse_filename()

2014-03-06 Thread Benoît Canet
The Wednesday 05 Mar 2014 à 22:41:39 (+0100), Max Reitz wrote : > The "file" protocol driver should strip the "file:" prefix from > filenames if present. > > Signed-off-by: Max Reitz > --- > block/raw-win32.c | 12 > 1 file changed, 12 insertions(+) > > diff --git a/block/raw-win32

[Qemu-devel] [PATCH 4/5] block/raw-win32: Implement bdrv_parse_filename()

2014-03-05 Thread Max Reitz
The "file" protocol driver should strip the "file:" prefix from filenames if present. Signed-off-by: Max Reitz --- block/raw-win32.c | 12 1 file changed, 12 insertions(+) diff --git a/block/raw-win32.c b/block/raw-win32.c index ae1c8e6..0755434 100644 --- a/block/raw-win32.c +++ b