[Qemu-devel] [PATCH v2 0/2] qemu-img: Resolve relative backing paths in rebase

Max Reitz posted 2 patches 7 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180509182002.8044-1-mreitz@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
qemu-img.c                 | 23 ++++++++++++-
tests/qemu-iotests/024     | 82 ++++++++++++++++++++++++++++++++++++++++++++--
tests/qemu-iotests/024.out | 30 +++++++++++++++++
3 files changed, 131 insertions(+), 4 deletions(-)
[Qemu-devel] [PATCH v2 0/2] qemu-img: Resolve relative backing paths in rebase
Posted by Max Reitz 7 years, 5 months ago
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(-)

-- 
2.14.3


Re: [Qemu-devel] [PATCH v2 0/2] qemu-img: Resolve relative backing paths in rebase
Posted by Max Reitz 7 years, 4 months ago
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