qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Improve qemu-img check output
@ 2010-07-02 17:14 Kevin Wolf
  2010-07-02 17:14 ` [Qemu-devel] [PATCH 1/2] qemu-img check: Distinguish different kinds of errors Kevin Wolf
  2010-07-02 17:15 ` [Qemu-devel] [PATCH 2/2] qcow2/vdi: Change check to distinguish error cases Kevin Wolf
  0 siblings, 2 replies; 6+ messages in thread
From: Kevin Wolf @ 2010-07-02 17:14 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf

qemu-img check produces messages that are hard to understand. Even worse is
that in the end it just says something like "42 errors" with no further
explanation. Recently I got bug reports from people who though that their image
was corrupted, when in fact there were only a few leaked clusters after a
crash.

This series tries to tell the user if it's real corruption, leaked clusters or
something that went wrong during the check.

Kevin Wolf (2):
  qemu-img check: Distinguish different kinds of errors
  qcow2/vdi: Change check to distinguish error cases

 block.c                |    9 ++-
 block.h                |   10 ++++-
 block/qcow2-refcount.c |  120 ++++++++++++++++++++++++++----------------------
 block/qcow2.c          |    4 +-
 block/qcow2.h          |    2 +-
 block/vdi.c            |   10 ++--
 block_int.h            |    7 ++-
 qemu-img.c             |   62 +++++++++++++++++++------
 8 files changed, 140 insertions(+), 84 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-07-06 11:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-02 17:14 [Qemu-devel] [PATCH 0/2] Improve qemu-img check output Kevin Wolf
2010-07-02 17:14 ` [Qemu-devel] [PATCH 1/2] qemu-img check: Distinguish different kinds of errors Kevin Wolf
2010-07-06 10:51   ` MORITA Kazutaka
2010-07-06 11:01     ` Kevin Wolf
2010-07-06 11:03   ` [Qemu-devel] [PATCH v2 " Kevin Wolf
2010-07-02 17:15 ` [Qemu-devel] [PATCH 2/2] qcow2/vdi: Change check to distinguish error cases Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).