]> git.proxmox.com Git - qemu.git/commit - block.c
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)
commite076f3383b08a563d76c8beb9a716788a3987df9
tree7c8fcc62f7f8e6ecef7baedffb7554de69e06ed2
parent734003e6153b3552b9406ef598a1e67aac4a899e
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