qemu-img check: Distinguish different kinds of errors
authorKevin Wolf <kwolf@redhat.com>
Tue, 29 Jun 2010 09:43:13 +0000 (11:43 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 6 Jul 2010 15:05:48 +0000 (17:05 +0200)
commitba34fe2250b605739b525051e5f5350b5c3d714f
tree7c8fcc62f7f8e6ecef7baedffb7554de69e06ed2
parentd576c31107a1861d58e82eb6634af6902ed0cf8a
qemu-img check: Distinguish different kinds of errors

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 <kwolf@redhat.com>
block.c
block.h
qemu-img.c