summaryrefslogtreecommitdiff
path: root/block/blkdebug.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau1-4/+3
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-2/+2
2018-03-02block: Switch passthrough drivers to .bdrv_co_block_status()Eric Blake1-9/+11
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster1-1/+0
2017-10-26block: Align block status requestsEric Blake1-1/+12
2017-10-09config: qemu_config_parse() return number of config groupsEduardo Habkost1-1/+0
2017-09-04block: add default implementations for bdrv_co_get_block_status()Manos Pitsidianakis1-11/+1
2017-09-04block: remove bdrv_truncate callback in blkdebugManos Pitsidianakis1-7/+1
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau1-2/+2
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster1-1/+0
2017-09-04block: Use qemu_enum_parse() in blkdebug_debug_breakpoint()Marc-André Lureau1-20/+8
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz1-7/+1
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz1-1/+8
2017-07-10blkdebug: Support .bdrv_co_get_block_statusEric Blake1-0/+11
2017-06-26blkdebug: Catch bs->exact_filename overflowMax Reitz1-3/+7
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis1-18/+18
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau1-1/+0
2017-05-11blkdebug: Add ability to override unmap geometriesEric Blake1-1/+95
2017-05-11blkdebug: Simplify override logicEric Blake1-10/+6
2017-05-11blkdebug: Add pass-through write_zero and discard supportEric Blake1-0/+74
2017-05-11blkdebug: Refactor error injectionEric Blake1-41/+33
2017-05-11blkdebug: Sanity check block layer guaranteesEric Blake1-0/+14
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake1-3/+3
2017-05-08qobject: Drop useless QObject castsEric Blake1-2/+2
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz1-2/+2
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz1-1/+1
2017-04-27block: Do not unref bs->file on error in BD's openMax Reitz1-3/+1
2017-02-28block: Request child permissions in filter driversKevin Wolf1-0/+2
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf1-1/+1
2017-02-21blkdebug: reschedule coroutine on the AioContext it is running onPaolo Bonzini1-8/+1
2017-01-09blkdebug: Implement bdrv_co_preadv/pwritev/flushKevin Wolf1-46/+40
2016-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini1-6/+1
2016-08-15block/blkdebug: Store config filenameMax Reitz1-5/+12
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-07-05block: Convert bdrv_aio_writev() to BdrvChildKevin Wolf1-1/+1
2016-07-05block: Convert bdrv_aio_readv() to BdrvChildKevin Wolf1-1/+1
2016-07-05block: Move request_alignment into BlockLimitEric Blake1-1/+1
2016-07-05blkdebug: Set request_alignment during .bdrv_refresh_limits()Eric Blake1-4/+15
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