]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-img.c
block: bdrv_get_full_backing_filename_from_...'s ret. val.
authorMax Reitz <mreitz@redhat.com>
Fri, 1 Feb 2019 19:29:14 +0000 (20:29 +0100)
committerMax Reitz <mreitz@redhat.com>
Mon, 25 Feb 2019 14:11:26 +0000 (15:11 +0100)
commit645ae7d88e5393a2a67ebe325f4456ecd49e33e5
tree06df9097a4763481a1e9456a70c2c58c9a8730c2
parent009b03aaa233ccf5bd3014404995540158d7dc93
block: bdrv_get_full_backing_filename_from_...'s ret. val.

Make bdrv_get_full_backing_filename_from_filename() return an allocated
string instead of placing the result in a caller-provided buffer.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20190201192935.18394-11-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block.c
block/vmdk.c
include/block/block.h
qemu-img.c