Re: [Qemu-devel] [PATCH v2 3/5] block/raw-posix: bdrv_parse_filename() for cdrom

2014-03-09 Thread Benoît Canet
The Saturday 08 Mar 2014 à 00:39:43 (+0100), Max Reitz wrote : > The "host_cdrom" protocol drivers should strip the "host_cdrom:" prefix > from filenames if present. > > Signed-off-by: Max Reitz > --- > block/raw-posix.c | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/

[Qemu-devel] [PATCH v2 3/5] block/raw-posix: bdrv_parse_filename() for cdrom

2014-03-07 Thread Max Reitz
The "host_cdrom" protocol drivers should strip the "host_cdrom:" prefix from filenames if present. Signed-off-by: Max Reitz --- block/raw-posix.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/block/raw-posix.c b/block/raw-posix.c index 4b8c183..697cd2e 100644 --- a/block/r