blkverify: Add block driver for verifying I/O
commitd9d334176c5dba23b47be07192f431b0c030928d
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 21 Sep 2010 14:43:03 +0000 (21 15:43 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 21 Sep 2010 15:00:53 +0000 (21 17:00 +0200)
tree5b0b42fd9492c4ebaffd4ba0fa2e2d5edc8bd1ce
parenta5e3d9ef4dcca9b709999a98f6b37b9506c93ad3
blkverify: Add block driver for verifying I/O

The blkverify block driver makes investigating image format data
corruption much easier.  A raw image initialized with the same contents
as the test image (e.g. qcow2 file) must be provided.  The raw image
mirrors read/write operations and is used to verify that data read from
the test image is correct.

See docs/blkverify.txt for more information.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Makefile.objs
block/blkverify.c [new file with mode: 0644]
docs/blkverify.txt [new file with mode: 0644]