aboutsummaryrefslogtreecommitdiffstats
path: root/block/blkdebug.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-26block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi1-2/+2
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi1-6/+0
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf1-2/+2
2010-09-18blkdebug: fix enum comparisonBlue Swirl1-3/+1
2010-07-02blkdebug: Initialize state as 1Kevin Wolf1-0/+3
2010-07-02blkdebug: Free QemuOpts after having read the configKevin Wolf1-0/+2
2010-07-02blkdebug: Fix set_state_opts definitionKevin Wolf1-1/+1
2010-06-13Move stdbool.hPaul Brook1-2/+0
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf1-2/+2
2010-05-03block: Open the underlying image file in generic codeKevin Wolf1-11/+6
2010-04-23qcow2: Trigger blkdebug eventsKevin Wolf1-0/+42
2010-04-23blkdebug: Add events and rulesKevin Wolf1-1/+249
2010-04-23blkdebug: Inject errorsKevin Wolf1-0/+81
2010-04-23blkdebug: Basic request passthroughKevin Wolf1-0/+104