aboutsummaryrefslogtreecommitdiff
path: root/include/block/block-global-state.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf1-6/+8
2023-02-17block: Create no_co_wrappers for open functionsKevin Wolf1-9/+26
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-1/+3
2022-12-15block: Factor out bdrv_drain_all_begin_nopoll()Kevin Wolf1-0/+1
2022-12-15block: convert bdrv_create to co_wrapperEmanuele Giuseppe Esposito1-2/+6
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito1-1/+2
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf1-0/+3
2022-11-10block: Make bdrv_child_get_parent_aio_context I/OHanna Reitz1-1/+0
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-10/+8
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito1-2/+0
2022-10-27block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_contextEmanuele Giuseppe Esposito1-2/+2
2022-10-27block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacksEmanuele Giuseppe Esposito1-9/+0
2022-10-27bdrv_change_aio_context: use hash table instead of list of visited nodesEmanuele Giuseppe Esposito1-1/+1
2022-10-27block: use transactions as a replacement of ->{can_}set_aio_context()Emanuele Giuseppe Esposito1-0/+6
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy1-0/+3
2022-10-26block: return errors from bdrv_register_buf()Stefan Hajnoczi1-1/+4
2022-10-26block: pass size to bdrv_unregister_buf()Stefan Hajnoczi1-1/+4
2022-05-04block: Classify bdrv_get_flags() as I/O functionHanna Reitz1-1/+0
2022-03-04include/block/block: split header into I/O and global state APIEmanuele Giuseppe Esposito1-0/+253