summaryrefslogtreecommitdiff
path: root/block/blkdebug.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-2/+1
2013-04-22blkdebug: Use bdrv_open options instead of filenameKevin Wolf1-32/+82
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-2/+3
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini1-0/+1
2012-12-12blkdebug: Implement suspend/resume of AIO requestsKevin Wolf1-3/+105
2012-12-12blkdebug: Factor out remove_rule()Kevin Wolf1-2/+13
2012-12-12blkdebug: Allow usage without config fileKevin Wolf1-0/+5
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi1-2/+2
2012-09-28blkdebug: process all set_state rules in the old statePaolo Bonzini1-5/+7
2012-07-09blkdebug: optionally tie errors to a specific sectorPaolo Bonzini1-2/+24
2012-07-09blkdebug: store list of active rulesPaolo Bonzini1-38/+31
2012-07-09blkdebug: pass getlength to underlying filePaolo Bonzini1-0/+6
2012-07-09blkdebug: tiny cleanupPaolo Bonzini1-6/+2
2012-07-09blkdebug: remove sync i/o eventsPaolo Bonzini1-2/+0
2012-04-05block: push recursive flushing up from driversPaolo Bonzini1-7/+0
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