Re: [Qemu-devel] [PATCH v2 2/5] block: Avoid BlockDriverState.filename

2015-08-07 Thread Max Reitz
On 06.08.2015 04:27, Wen Congyang wrote: On 08/06/2015 04:52 AM, 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 qemu-img's map comman

Re: [Qemu-devel] [PATCH v2 2/5] block: Avoid BlockDriverState.filename

2015-08-05 Thread Wen Congyang
On 08/06/2015 04:52 AM, 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 qemu-img's map command, we should be using the filename

[Qemu-devel] [PATCH v2 2/5] block: Avoid BlockDriverState.filename

2015-08-05 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 qemu-img's map command, we should be using the filename field; but since this commit prepares to remove th