]> git.proxmox.com Git - mirror_qemu.git/commit - block.c
block: Add bdrv_make_absolute_filename()
authorMax Reitz <mreitz@redhat.com>
Fri, 1 Feb 2019 19:29:16 +0000 (20:29 +0100)
committerMax Reitz <mreitz@redhat.com>
Mon, 25 Feb 2019 14:11:26 +0000 (15:11 +0100)
commit9f4793d8f2f1abf20dc1d7d55f65ce8df081ca7a
tree8d60c79015391170d67e48e2782cdb48bd6872b9
parent6b6833c1b4d11d7d838bce34ed4a2d7c42855efe
block: Add bdrv_make_absolute_filename()

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 <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-id: 20190201192935.18394-13-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block.c