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

2014-11-21 Thread Kevin Wolf
Am 04.11.2014 um 15:19 hat Max Reitz geschrieben: > 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

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

2014-11-04 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 --- block.c