aboutsummaryrefslogtreecommitdiff
path: root/block/blkdebug.c
AgeCommit message (Expand)Author
2018-05-15block: Support BDRV_REQ_WRITE_UNCHANGED in filtersMax Reitz
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-03-02block: Switch passthrough drivers to .bdrv_co_block_status()Eric Blake
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster
2017-10-26block: Align block status requestsEric Blake
2017-10-09config: qemu_config_parse() return number of config groupsEduardo Habkost
2017-09-04block: add default implementations for bdrv_co_get_block_status()Manos Pitsidianakis
2017-09-04block: remove bdrv_truncate callback in blkdebugManos Pitsidianakis
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster
2017-09-04block: Use qemu_enum_parse() in blkdebug_debug_breakpoint()Marc-André Lureau
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz
2017-07-10blkdebug: Support .bdrv_co_get_block_statusEric Blake
2017-06-26blkdebug: Catch bs->exact_filename overflowMax Reitz
2017-06-26block: change variable names in BlockDriverStateManos Pitsidianakis
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau
2017-05-11blkdebug: Add ability to override unmap geometriesEric Blake
2017-05-11blkdebug: Simplify override logicEric Blake
2017-05-11blkdebug: Add pass-through write_zero and discard supportEric Blake
2017-05-11blkdebug: Refactor error injectionEric Blake
2017-05-11blkdebug: Sanity check block layer guaranteesEric Blake
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake
2017-05-08qobject: Drop useless QObject castsEric Blake
2017-04-28block: Add errp to BD.bdrv_truncate()Max Reitz
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-04-27block: Do not unref bs->file on error in BD's openMax Reitz
2017-02-28block: Request child permissions in filter driversKevin Wolf
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf
2017-02-21blkdebug: reschedule coroutine on the AioContext it is running onPaolo Bonzini
2017-01-09blkdebug: Implement bdrv_co_preadv/pwritev/flushKevin Wolf
2016-10-07block: use aio_bh_schedule_oneshotPaolo Bonzini
2016-08-15block/blkdebug: Store config filenameMax Reitz
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-05block: Convert bdrv_aio_writev() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_aio_readv() to BdrvChildKevin Wolf
2016-07-05block: Move request_alignment into BlockLimitEric Blake
2016-07-05blkdebug: Set request_alignment during .bdrv_refresh_limits()Eric Blake
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell
2015-12-18blkdebug: Enable reopenKevin Wolf
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake
2015-12-02blkdebug: silence warning under qtestMichael S. Tsirkin
2015-10-16blkdebug: Don't confuse image as backing fileFam Zheng
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf