Re: [Qemu-devel] [PATCH v6 23/24] qcow2: Relax is_zero() assertion

2017-10-20 Thread Eric Blake
On 10/20/2017 10:11 AM, Kevin Wolf wrote: > Am 12.10.2017 um 15:20 hat Eric Blake geschrieben: >> On 10/11/2017 10:47 PM, Eric Blake wrote: >>> Now that bdrv_is_allocated accepts non-aligned inputs, we can >>> remove the TODO added in earlier refactoring. >>> >>> Signed-off-by: Eric Blake >> >> I

Re: [Qemu-devel] [PATCH v6 23/24] qcow2: Relax is_zero() assertion

2017-10-20 Thread Kevin Wolf
Am 12.10.2017 um 15:20 hat Eric Blake geschrieben: > On 10/11/2017 10:47 PM, Eric Blake wrote: > > Now that bdrv_is_allocated accepts non-aligned inputs, we can > > remove the TODO added in earlier refactoring. > > > > Signed-off-by: Eric Blake > > I was a bit too hasty in the copy-and-paste fro

Re: [Qemu-devel] [PATCH v6 23/24] qcow2: Relax is_zero() assertion

2017-10-12 Thread Eric Blake
On 10/11/2017 10:47 PM, Eric Blake wrote: > Now that bdrv_is_allocated accepts non-aligned inputs, we can > remove the TODO added in earlier refactoring. > > Signed-off-by: Eric Blake I was a bit too hasty in the copy-and-paste from 22/24 - there is no assertion in this patch, so the subject wou

[Qemu-devel] [PATCH v6 23/24] qcow2: Relax is_zero() assertion

2017-10-11 Thread Eric Blake
Now that bdrv_is_allocated accepts non-aligned inputs, we can remove the TODO added in earlier refactoring. Signed-off-by: Eric Blake --- v6: new patch [Kevin] --- block/qcow2.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/block/qcow2.c b/block/qcow2.c index