Re: [Qemu-devel] [PATCH 1/3] block: Don't parse 'filename' option

2014-04-04 Thread Max Reitz
On 04.04.2014 14:03, Kevin Wolf wrote: When using the QDict option 'filename', it is supposed to be interpreted literally. The code did correctly avoid guessing the protocol from any string before the first colon, but it still called bdrv_parse_filename() which would, for example, incorrectly rem

[Qemu-devel] [PATCH 1/3] block: Don't parse 'filename' option

2014-04-04 Thread Kevin Wolf
When using the QDict option 'filename', it is supposed to be interpreted literally. The code did correctly avoid guessing the protocol from any string before the first colon, but it still called bdrv_parse_filename() which would, for example, incorrectly remove a 'file:' prefix in the raw-posix dri