summaryrefslogtreecommitdiffstats
path: root/block/blkdebug.c
Commit message (Expand)AuthorAgeFilesLines
* blkdebug: Don't confuse image as backing fileFam Zheng2015-10-161-1/+1
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-15/+17
* block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf2015-06-121-1/+1
* blkdebug: Simplify passing of Error through qemu_opts_foreach()Markus Armbruster2015-06-091-6/+4
* QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster2015-06-091-3/+3
* QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster2015-06-081-2/+2
* blkdebug: Add bdrv_truncate()Kevin Wolf2015-04-281-0/+6
* blkdebug: fix "once" ruleJohn Snow2015-03-101-2/+4
* blkdebug: Simplify and improve filename generationMax Reitz2014-12-101-71/+28
* qcow2: Optimize bdrv_make_empty()Max Reitz2014-11-031-0/+2
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-4/+4
* block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster2014-10-201-5/+5
* blkdebug: show an error for invalid event namesStefan Hajnoczi2014-09-251-3/+19
* block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng2014-09-221-1/+1
* blkdebug: Drop blkdebug_aiocb_info.cancelFam Zheng2014-09-221-14/+1
* blkdebug: Delete BH in bdrv_aio_cancelFam Zheng2014-08-221-0/+4
* blkdebug: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+97
* blkdebug: report errors on flush tooPaolo Bonzini2014-08-151-0/+20
* blkdebug: use BlockDriverState's AioContextStefan Hajnoczi2014-06-041-1/+1
* block: Remove bdrv_open_image()'s force_raw optionMax Reitz2014-02-211-1/+1
* block: Change BDS parameter of bdrv_open() to **Max Reitz2014-02-211-0/+1
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-2/+2
* blkdebug: Don't leak bs->file on failureKevin Wolf2014-02-091-5/+9
* qemu-iotests: Test pwritev RMW logicKevin Wolf2014-01-241-0/+8
* blkdebug: Make required alignment configurableKevin Wolf2014-01-241-0/+16
* blkdebug: Allow command-line file configurationMax Reitz2014-01-221-9/+3
* block: Allow reference for bdrv_file_open()Max Reitz2014-01-221-1/+1
* blkdebug: Use command-line in read_config()Max Reitz2014-01-221-3/+12
* blkdebug: Always call read_config()Max Reitz2014-01-221-17/+19
* blkdebug: Don't require sophisticated filenameMax Reitz2014-01-221-1/+3
* blkdebug: Use errp for read_config()Max Reitz2014-01-221-4/+6
* qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite2014-01-061-1/+1
* blkdebug: Use QLIST_FOREACH_SAFE to resume IOFam Zheng2013-12-131-4/+4
* blkdebug: add "remove_break" commandFam Zheng2013-11-291-0/+27
* blkdebug: Employ error parameterMax Reitz2013-10-111-4/+4
* block: Error parameter for open functionsMax Reitz2013-09-121-1/+3
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-1/+2
* 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
OpenPOWER on IntegriCloud