[PATCH v2 0/2] qemu-img convert: Fix sparseness detection

Vladimir Sementsov-Ogievskiy posted 2 patches 2 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211217164654.1184218-1-vsementsov@virtuozzo.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
qemu-img.c                 | 23 +++++++++++++++++++----
tests/qemu-iotests/122     |  1 +
tests/qemu-iotests/122.out |  2 ++
3 files changed, 22 insertions(+), 4 deletions(-)
[PATCH v2 0/2] qemu-img convert: Fix sparseness detection
Posted by Vladimir Sementsov-Ogievskiy 2 years, 4 months ago
Hi all!

01: only update test output rebasing on master
02: replaced with my proposed solution.

Kevin Wolf (1):
  iotests: Test qemu-img convert of zeroed data cluster

Vladimir Sementsov-Ogievskiy (1):
  qemu-img: make is_allocated_sectors() more efficient

 qemu-img.c                 | 23 +++++++++++++++++++----
 tests/qemu-iotests/122     |  1 +
 tests/qemu-iotests/122.out |  2 ++
 3 files changed, 22 insertions(+), 4 deletions(-)

-- 
2.31.1


Re: [PATCH v2 0/2] qemu-img convert: Fix sparseness detection
Posted by Kevin Wolf 2 years, 3 months ago
Am 17.12.2021 um 17:46 hat Vladimir Sementsov-Ogievskiy geschrieben:
> Hi all!
> 
> 01: only update test output rebasing on master
> 02: replaced with my proposed solution.

Thanks, applied to the block branch.

Kevin


Re: [PATCH v2 0/2] qemu-img convert: Fix sparseness detection
Posted by Peter Lieven 2 years, 4 months ago
Am 17.12.21 um 17:46 schrieb Vladimir Sementsov-Ogievskiy:
> Hi all!
>
> 01: only update test output rebasing on master
> 02: replaced with my proposed solution.
>
> Kevin Wolf (1):
>   iotests: Test qemu-img convert of zeroed data cluster
>
> Vladimir Sementsov-Ogievskiy (1):
>   qemu-img: make is_allocated_sectors() more efficient
>
>  qemu-img.c                 | 23 +++++++++++++++++++----
>  tests/qemu-iotests/122     |  1 +
>  tests/qemu-iotests/122.out |  2 ++
>  3 files changed, 22 insertions(+), 4 deletions(-)
>
Tested-by: Peter Lieven <pl@kamp.de>