Re: [Qemu-devel] [PATCH v7 7/9] qcow2: move is_zero() up

2018-01-29 Thread Max Reitz
On 2018-01-18 18:49, Anton Nefedov wrote: > To be used in the following commit without a forward declaration. > > Signed-off-by: Anton Nefedov > Reviewed-by: Alberto Garcia > --- > block/qcow2.c | 35 +-- > 1 file changed, 17 insertions(+), 18 deletions(-) Revie

[Qemu-devel] [PATCH v7 7/9] qcow2: move is_zero() up

2018-01-18 Thread Anton Nefedov
To be used in the following commit without a forward declaration. Signed-off-by: Anton Nefedov Reviewed-by: Alberto Garcia --- block/qcow2.c | 35 +-- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/block/qcow2.c b/block/qcow2.c index 4348b2c..2ed