aboutsummaryrefslogtreecommitdiff
path: root/block/blkdebug.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy1-1/+1
2021-09-29block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy1-1/+1
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy1-2/+2
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy1-2/+2
2021-07-19blkdebug: protect rules and suspended_reqs with a lockEmanuele Giuseppe Esposito1-10/+39
2021-07-19block/blkdebug: remove new_state field and instead use a local variableEmanuele Giuseppe Esposito1-7/+6
2021-07-19blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFEEmanuele Giuseppe Esposito1-1/+6
2021-07-19blkdebug: track all actionsEmanuele Giuseppe Esposito1-9/+8
2021-07-19blkdebug: move post-resume handling to resume_req_by_tagEmanuele Giuseppe Esposito1-13/+18
2021-07-19blkdebug: refactor removal of a suspended requestEmanuele Giuseppe Esposito1-11/+22
2021-03-08block: check return value of bdrv_open_child and drop error propagationVladimir Sementsov-Ogievskiy1-4/+2
2021-03-06qemu-config: add error propagation to qemu_config_parsePaolo Bonzini1-2/+1
2020-11-09block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang1-1/+1
2020-10-13block/blkdebug: fix memory leakElena Afanasova1-0/+1
2020-09-07block: Inline bdrv_co_block_status_from_*()Max Reitz1-2/+5
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster1-5/+2
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster1-2/+1
2020-05-18block: Drop @child_class from bdrv_child_perm()Max Reitz1-2/+1
2020-05-18block: Use bdrv_default_perms()Max Reitz1-2/+2
2020-05-18block: Make filter drivers use child_of_bdsMax Reitz1-1/+3
2020-05-18block: Pass BdrvChildRole to bdrv_child_perm()Max Reitz1-2/+3
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz1-1/+1
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz1-2/+2
2020-01-06blkdebug: Allow taking/unsharing permissionsMax Reitz1-1/+92
2019-06-14blkdebug: Inject errors on .bdrv_co_block_status()Max Reitz1-0/+8
2019-06-14blkdebug: Add "none" eventMax Reitz1-0/+2
2019-06-14blkdebug: Add @iotype error optionMax Reitz1-9/+41
2019-03-26block: Advertise BDRV_REQ_NO_FALLBACK in filter driversKevin Wolf1-1/+1
2019-02-25block: Purify .bdrv_refresh_filename()Max Reitz1-34/+20
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz1-0/+16
2018-07-28qstring: Move qstring_from_substr()'s @end one to the rightMarkus Armbruster1-1/+1
2018-07-10block: Use BdrvChild to discardFam Zheng1-1/+1
2018-05-15block: Support BDRV_REQ_WRITE_UNCHANGED in filtersMax Reitz1-4/+5
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