Re: [Qemu-devel] [PATCH v3 08/25] block: Add bdrv_make_absolute_filename()

2016-12-16 Thread Alberto Garcia
On Wed 30 Nov 2016 02:18:34 AM CET, Max Reitz wrote: > This is a general function for making a filename that is relative to a > certain BDS absolute. > > It calls bdrv_get_full_backing_filename_from_filename() for now, but > that will be changed in a follow-up patch. > > Signed-off-by: Max Reitz

[Qemu-devel] [PATCH v3 08/25] block: Add bdrv_make_absolute_filename()

2016-11-29 Thread Max Reitz
This is a general function for making a filename that is relative to a certain BDS absolute. It calls bdrv_get_full_backing_filename_from_filename() for now, but that will be changed in a follow-up patch. Signed-off-by: Max Reitz --- block.c | 15 +++ 1 file changed, 11 insertions(+