mbox series

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

Message ID 20211217164654.1184218-1-vsementsov@virtuozzo.com (mailing list archive)
Headers show
Series qemu-img convert: Fix sparseness detection | expand

Message

Vladimir Sementsov-Ogievskiy Dec. 17, 2021, 4:46 p.m. UTC
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(-)

Comments

Peter Lieven Dec. 21, 2021, 12:11 p.m. UTC | #1
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>
Kevin Wolf Jan. 12, 2022, 12:28 p.m. UTC | #2
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