Re: [Qemu-devel] [PATCH 1/2] qemu-img check: Distinguish different kinds of errors

2010-07-06 Thread MORITA Kazutaka
At Fri, 2 Jul 2010 19:14:59 +0200, Kevin Wolf wrote: People think that their images are corrupted when in fact there are just some leaked clusters. Differentiating several error cases should make the messages more comprehensible. Signed-off-by: Kevin Wolf kw...@redhat.com --- block.c

Re: [Qemu-devel] [PATCH 1/2] qemu-img check: Distinguish different kinds of errors

2010-07-06 Thread Kevin Wolf
Am 06.07.2010 12:51, schrieb MORITA Kazutaka: At Fri, 2 Jul 2010 19:14:59 +0200, Kevin Wolf wrote: People think that their images are corrupted when in fact there are just some leaked clusters. Differentiating several error cases should make the messages more comprehensible.

[Qemu-devel] [PATCH 1/2] qemu-img check: Distinguish different kinds of errors

2010-07-02 Thread Kevin Wolf
People think that their images are corrupted when in fact there are just some leaked clusters. Differentiating several error cases should make the messages more comprehensible. Signed-off-by: Kevin Wolf kw...@redhat.com --- block.c| 10 ++-- block.h| 10 - qemu-img.c |