Re: [Qemu-devel] [PATCH] qcow2: Handle EAGAIN returned from update_refcount

2015-06-24 Thread Cole Robinson
On 06/24/2015 01:05 AM, Jindřich Makovička wrote: Fixes a crash during image compression Signed-off-by: Jindřich Makovička makov...@gmail.com --- block/qcow2-refcount.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) Rich Jones already confirmed that this

Re: [Qemu-devel] [PATCH] qcow2: Handle EAGAIN returned from update_refcount

2015-06-24 Thread Richard W.M. Jones
On Wed, Jun 24, 2015 at 10:15:21AM -0400, Cole Robinson wrote: On 06/24/2015 01:05 AM, Jindřich Makovička wrote: Fixes a crash during image compression Signed-off-by: Jindřich Makovička makov...@gmail.com --- block/qcow2-refcount.c | 22 -- 1 file changed, 12

Re: [Qemu-devel] [PATCH] qcow2: Handle EAGAIN returned from update_refcount

2015-06-24 Thread Max Reitz
On 24.06.2015 07:05, Jindřich Makovička wrote: Fixes a crash during image compression Signed-off-by: Jindřich Makovička makov...@gmail.com --- block/qcow2-refcount.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) Reviewed-by: Max Reitz mre...@redhat.com

[Qemu-devel] [PATCH] qcow2: Handle EAGAIN returned from update_refcount

2015-06-23 Thread Jindřich Makovička
Fixes a crash during image compression Signed-off-by: Jindřich Makovička makov...@gmail.com --- block/qcow2-refcount.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/block/qcow2-refcount.c b/block/qcow2-refcount.c index 0632fc3..f8d18e7 100644 ---

[Qemu-devel] [PATCH] qcow2: Handle EAGAIN returned from update_refcount

2015-06-23 Thread Jindřich Makovička
Fixes a crash during image compression Signed-off-by: Jindřich Makovička makov...@gmail.com --- block/qcow2-refcount.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/block/qcow2-refcount.c b/block/qcow2-refcount.c index 0632fc3..b0ee42d 100644 ---