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

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

[Qemu-devel] [PATCH 2/5] block/raw-posix: 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-posix.c | 12 1 file changed, 12 insertions(+) diff --git a/block/raw-posix.c b/block/raw-posix.c index 161ea14..892145c 100644 --- a/block/raw-posix.c +++ b