summaryrefslogtreecommitdiff
path: root/block/blkdebug.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-12-18blkdebug: Enable reopenKevin Wolf1-0/+7
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf1-11/+6
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-5/+5
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake1-68/+11
2015-12-02blkdebug: silence warning under qtestMichael S. Tsirkin1-2/+7
2015-10-16blkdebug: Don't confuse image as backing fileFam Zheng1-1/+1
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-15/+17
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf1-1/+1
2015-06-09blkdebug: Simplify passing of Error through qemu_opts_foreach()Markus Armbruster1-6/+4
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster1-3/+3
2015-06-08QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster1-2/+2
2015-04-28blkdebug: Add bdrv_truncate()Kevin Wolf1-0/+6
2015-03-10blkdebug: fix "once" ruleJohn Snow1-2/+4
2014-12-10blkdebug: Simplify and improve filename generationMax Reitz1-71/+28
2014-11-03qcow2: Optimize bdrv_make_empty()Max Reitz1-0/+2
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-4/+4
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-5/+5
2014-09-25blkdebug: show an error for invalid event namesStefan Hajnoczi1-3/+19
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng1-1/+1
2014-09-22blkdebug: Drop blkdebug_aiocb_info.cancelFam Zheng1-14/+1
2014-08-22blkdebug: Delete BH in bdrv_aio_cancelblockFam Zheng1-0/+4
2014-08-20blkdebug: Implement bdrv_refresh_filename()Max Reitz1-0/+97
2014-08-15blkdebug: report errors on flush tooPaolo Bonzini1-0/+20
2014-06-04blkdebug: use BlockDriverState's AioContextStefan Hajnoczi1-1/+1
2014-02-21block: Remove bdrv_open_image()'s force_raw optionMax Reitz1-1/+1
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz1-0/+1
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-2/+2
2014-02-09blkdebug: Don't leak bs->file on failureKevin Wolf1-5/+9
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf1-0/+8
2014-01-24blkdebug: Make required alignment configurableKevin Wolf1-0/+16
2014-01-22blkdebug: Allow command-line file configurationMax Reitz1-9/+3
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz1-1/+1
2014-01-22blkdebug: Use command-line in read_config()Max Reitz1-3/+12
2014-01-22blkdebug: Always call read_config()Max Reitz1-17/+19
2014-01-22blkdebug: Don't require sophisticated filenameMax Reitz1-1/+3
2014-01-22blkdebug: Use errp for read_config()Max Reitz1-4/+6
2014-01-06qemu-option: Remove qemu_opts_create_nofailPeter Crosthwaite1-1/+1
2013-12-13blkdebug: Use QLIST_FOREACH_SAFE to resume IOFam Zheng1-4/+4
2013-11-29blkdebug: add "remove_break" commandFam Zheng1-0/+27
2013-10-11blkdebug: Employ error parameterMax Reitz1-4/+4
2013-09-12block: Error parameter for open functionsMax Reitz1-1/+3
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-1/+2
2013-09-02qcow2-refcount: Repair shared refcount blocksMax Reitz1-0/+1
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf1-0/+3
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