summaryrefslogtreecommitdiffstats
path: root/block/blkdebug.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2-refcount: Repair shared refcount blocksMax Reitz2013-09-021-0/+1
* blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf2013-06-061-0/+3
* block: Remove filename parameter from .bdrv_file_open()Kevin Wolf2013-04-221-2/+1
* blkdebug: Use bdrv_open options instead of filenameKevin Wolf2013-04-221-32/+82
* block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-221-2/+3
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini2012-12-191-0/+1
* blkdebug: Implement suspend/resume of AIO requestsKevin Wolf2012-12-121-3/+105
* blkdebug: Factor out remove_rule()Kevin Wolf2012-12-121-2/+13
* blkdebug: Allow usage without config fileKevin Wolf2012-12-121-0/+5
* aio: rename AIOPool to AIOCBInfoStefan Hajnoczi2012-11-141-2/+2
* blkdebug: process all set_state rules in the old statePaolo Bonzini2012-09-281-5/+7
* blkdebug: optionally tie errors to a specific sectorPaolo Bonzini2012-07-091-2/+24
* blkdebug: store list of active rulesPaolo Bonzini2012-07-091-38/+31
* blkdebug: pass getlength to underlying filePaolo Bonzini2012-07-091-0/+6
* blkdebug: tiny cleanupPaolo Bonzini2012-07-091-6/+2
* blkdebug: remove sync i/o eventsPaolo Bonzini2012-07-091-2/+0
* block: push recursive flushing up from driversPaolo Bonzini2012-04-051-7/+0
* block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi2012-01-261-2/+2
* block: drop redundant bdrv_flush implementationStefan Hajnoczi2011-10-211-6/+0
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-041-2/+2
* blkdebug: fix enum comparisonBlue Swirl2010-09-181-3/+1
* blkdebug: Initialize state as 1Kevin Wolf2010-07-021-0/+3
* blkdebug: Free QemuOpts after having read the configKevin Wolf2010-07-021-0/+2
* blkdebug: Fix set_state_opts definitionKevin Wolf2010-07-021-1/+1
* Move stdbool.hPaul Brook2010-06-131-2/+0
* block: Avoid unchecked casts for AIOCBsKevin Wolf2010-05-171-2/+2
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-11/+6
* qcow2: Trigger blkdebug eventsKevin Wolf2010-04-231-0/+42
* blkdebug: Add events and rulesKevin Wolf2010-04-231-1/+249
* blkdebug: Inject errorsKevin Wolf2010-04-231-0/+81
* blkdebug: Basic request passthroughKevin Wolf2010-04-231-0/+104
OpenPOWER on IntegriCloud