qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] Add qemu-img check subcommand
@ 2009-04-17 12:04 Kevin Wolf
  2009-04-17 12:40 ` [Qemu-devel] [PATCH 1/5] qcow2: Fix warnings in check_refcount() Kevin Wolf
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Kevin Wolf @ 2009-04-17 12:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf

Current qcow2 code already includes some functions to do some consistency
checks (e.g. compare refcounts to real usage). Allowing the user (or developer
debugging qcow2 code) to check his images only involves actually building this
code and exposing it to the user by qemu-img.

This patch series implements a check subcommand for qemu-img. I think it will
be useful especially in combination with qemu-io for test suites.

Kevin

Kevin Wolf (5):
  qcow2: Fix warnings in check_refcount()
  Introduce bdrv_check
  Introduce qemu-img check subcommand
  qcow2: Refcount checking code cleanup
  qcow2: Add plausibility check for L1/L2 entries

 block-qcow2.c |  239 +++++++++++++++++++++++++++++++++++++++++---------------
 block.c       |   14 ++++
 block.h       |    1 +
 block_int.h   |    3 +
 qemu-img.c    |   62 +++++++++++++++
 5 files changed, 255 insertions(+), 64 deletions(-)

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

end of thread, other threads:[~2009-04-21 23:12 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 12:04 [Qemu-devel] [PATCH 0/5] Add qemu-img check subcommand Kevin Wolf
2009-04-17 12:40 ` [Qemu-devel] [PATCH 1/5] qcow2: Fix warnings in check_refcount() Kevin Wolf
2009-04-17 14:01 ` kwolf
2009-04-17 20:39   ` Anthony Liguori
2009-04-17 21:00     ` Kevin Wolf
2009-04-17 21:03       ` Anthony Liguori
2009-04-17 21:19         ` Kevin Wolf
2009-04-17 22:07           ` Anthony Liguori
2009-04-17 22:29             ` Kevin Wolf
2009-04-17 22:31               ` Anthony Liguori
2009-04-18  0:11                 ` Ryan Harper
2009-04-20 13:48                 ` Christoph Hellwig
2009-04-21 16:19         ` Kevin Wolf
2009-04-20 13:46     ` Christoph Hellwig
2009-04-21 23:12   ` Anthony Liguori
2009-04-17 14:01 ` [Qemu-devel] [PATCH 2/5] Introduce bdrv_check kwolf
2009-04-17 14:01 ` [Qemu-devel] [PATCH 3/5] Introduce qemu-img check subcommand kwolf
2009-04-17 14:01 ` [Qemu-devel] [PATCH 4/5] qcow2: Refcount checking code cleanup kwolf
2009-04-21  8:32   ` [Qemu-devel] [PATCH v2 " Kevin Wolf
2009-04-17 14:02 ` [Qemu-devel] [PATCH 5/5] qcow2: Add plausibility check for L1/L2 entries kwolf
2009-04-20 10:30 ` [Qemu-devel] [PATCH 0/5] Add qemu-img check subcommand Gleb Natapov

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).