aboutsummaryrefslogtreecommitdiff
path: root/block/blkdebug.c
AgeCommit message (Expand)Author
2013-10-11blkdebug: Employ error parameterMax Reitz
2013-09-12block: Error parameter for open functionsMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-02qcow2-refcount: Repair shared refcount blocksMax Reitz
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-22blkdebug: Use bdrv_open options instead of filenameKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini
2012-12-12blkdebug: Implement suspend/resume of AIO requestsKevin Wolf
2012-12-12blkdebug: Factor out remove_rule()Kevin Wolf
2012-12-12blkdebug: Allow usage without config fileKevin Wolf
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi
2012-09-28blkdebug: process all set_state rules in the old statePaolo Bonzini
2012-07-09blkdebug: optionally tie errors to a specific sectorPaolo Bonzini
2012-07-09blkdebug: store list of active rulesPaolo Bonzini
2012-07-09blkdebug: pass getlength to underlying filePaolo Bonzini
2012-07-09blkdebug: tiny cleanupPaolo Bonzini
2012-07-09blkdebug: remove sync i/o eventsPaolo Bonzini
2012-04-05block: push recursive flushing up from driversPaolo Bonzini
2012-01-26block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi
2011-10-21block: drop redundant bdrv_flush implementationStefan Hajnoczi
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-09-18blkdebug: fix enum comparisonBlue Swirl
2010-07-02blkdebug: Initialize state as 1Kevin Wolf
2010-07-02blkdebug: Free QemuOpts after having read the configKevin Wolf
2010-07-02blkdebug: Fix set_state_opts definitionKevin Wolf
2010-06-13Move stdbool.hPaul Brook
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-04-23qcow2: Trigger blkdebug eventsKevin Wolf
2010-04-23blkdebug: Add events and rulesKevin Wolf
2010-04-23blkdebug: Inject errorsKevin Wolf
2010-04-23blkdebug: Basic request passthroughKevin Wolf