On 2018-05-09 20:20, Max Reitz wrote:
> v1 of the cover letter here (no change necessary there):
> http://lists.nongnu.org/archive/html/qemu-block/2018-05/msg00243.html
>
> v2: Fixed a leaked buffer in an error path in patch 1 [Eric]
>
>
> git-backport-diff against v1:
>
> Key:
> [----] : patches are identical
> [####] : number of functional differences between upstream/downstream patch
> [down] : patch is downstream-only
> The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively
>
> 001/2:[0001] [FC] 'qemu-img: Resolve relative backing paths in rebase'
> 002/2:[----] [--] 'iotests: Add test for rebasing with relative paths'
>
>
> Max Reitz (2):
> qemu-img: Resolve relative backing paths in rebase
> iotests: Add test for rebasing with relative paths
>
> qemu-img.c | 23 ++++++++++++-
> tests/qemu-iotests/024 | 82 ++++++++++++++++++++++++++++++++++++++++++++--
> tests/qemu-iotests/024.out | 30 +++++++++++++++++
> 3 files changed, 131 insertions(+), 4 deletions(-)
Applied to my block branch.
Max