summaryrefslogtreecommitdiff
path: root/block/blkverify.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-26block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi1-2/+2
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini1-16/+8
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi1-9/+0
2010-11-04block: avoid a warning on 64 bit hosts with long as int64_tBlue Swirl1-2/+2
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-2/+2
2010-10-22block: Use GCC_FMT_ATTR and fix a format errorStefan Weil1-2/+3
2010-09-22block-verify: fix 32-bit buildAnthony Liguori1-1/+1
2010-09-21blkverify: Add block driver for verifying I/OStefan Hajnoczi1-0/+382