Re: [Qemu-devel] [PATCH v4 2/6] block: Avoid BlockDriverState.filename

2015-08-31 Thread Eric Blake
On 08/18/2015 05:10 PM, Max Reitz wrote: > In places which directly pass a filename to the OS, we should not use > the filename field at all but exact_filename instead (although the > former currently equals the latter if that is set). > > In raw_open_common(), we do not need to access BDS.filenam

[Qemu-devel] [PATCH v4 2/6] block: Avoid BlockDriverState.filename

2015-08-18 Thread Max Reitz
In places which directly pass a filename to the OS, we should not use the filename field at all but exact_filename instead (although the former currently equals the latter if that is set). In raw_open_common(), we do not need to access BDS.filename because we already have a local variable pointing