Re: [Qemu-devel] [PATCH v3 1/5] block: Get full backing filename from string

2014-11-25 Thread Fam Zheng
On Mon, 11/24 10:43, Max Reitz wrote: > Introduce bdrv_get_full_backing_filename_from_filename(), a function > which takes the name of the backed file and a potentially relative > backing filename to produce the full (absolute) backing filename. > > Use this function from bdrv_get_full_backing_fil

Re: [Qemu-devel] [PATCH v3 1/5] block: Get full backing filename from string

2014-11-25 Thread Eric Blake
On 11/24/2014 02:43 AM, Max Reitz wrote: > Introduce bdrv_get_full_backing_filename_from_filename(), a function > which takes the name of the backed file and a potentially relative > backing filename to produce the full (absolute) backing filename. > > Use this function from bdrv_get_full_backing_

[Qemu-devel] [PATCH v3 1/5] block: Get full backing filename from string

2014-11-24 Thread Max Reitz
Introduce bdrv_get_full_backing_filename_from_filename(), a function which takes the name of the backed file and a potentially relative backing filename to produce the full (absolute) backing filename. Use this function from bdrv_get_full_backing_filename(). Signed-off-by: Max Reitz Reviewed-by: