aboutsummaryrefslogtreecommitdiff
path: root/block/blkdebug.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-28block: remove separate bdrv_file_open callbackPaolo Bonzini1-1/+1
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf1-6/+10
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf1-8/+5
2023-04-25blkdebug: add missing coroutine_fn annotationPaolo Bonzini1-2/+2
2023-02-23block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCKKevin Wolf1-1/+2
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-2/+2
2023-02-23block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCKKevin Wolf1-3/+3
2023-02-23block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-2/+2
2023-02-23block: Mark bdrv_co_flush() and callers GRAPH_RDLOCKEmanuele Giuseppe Esposito1-1/+1
2023-02-01block: Convert bdrv_debug_event() to co_wrapper_mixedEmanuele Giuseppe Esposito1-2/+3
2023-02-01block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixedEmanuele Giuseppe Esposito1-3/+3
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2022-12-14qemu-config: Make config_parse_qdict() return boolMarkus Armbruster1-3/+1
2022-10-27blkdebug: add missing coroutine_fn annotation for indirect-called functionsPaolo Bonzini1-1/+1
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy1-6/+3
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