index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
/
block-global-state.h
Age
Commit message (
Expand
)
Author
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-12-15
block: Factor out bdrv_drain_all_begin_nopoll()
Kevin Wolf
2022-12-15
block: convert bdrv_create to co_wrapper
Emanuele Giuseppe Esposito
2022-12-15
block: bdrv_create_file is a coroutine_fn
Emanuele Giuseppe Esposito
2022-12-15
stream: Replace subtree drain with a single node drain
Kevin Wolf
2022-11-10
block: Make bdrv_child_get_parent_aio_context I/O
Hanna Reitz
2022-10-30
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-27
block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...
Emanuele Giuseppe Esposito
2022-10-27
block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_context
Emanuele Giuseppe Esposito
2022-10-27
block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacks
Emanuele Giuseppe Esposito
2022-10-27
bdrv_change_aio_context: use hash table instead of list of visited nodes
Emanuele Giuseppe Esposito
2022-10-27
block: use transactions as a replacement of ->{can_}set_aio_context()
Emanuele Giuseppe Esposito
2022-10-27
block: introduce bdrv_open_file_child() helper
Vladimir Sementsov-Ogievskiy
2022-10-26
block: return errors from bdrv_register_buf()
Stefan Hajnoczi
2022-10-26
block: pass size to bdrv_unregister_buf()
Stefan Hajnoczi
2022-05-04
block: Classify bdrv_get_flags() as I/O function
Hanna Reitz
2022-03-04
include/block/block: split header into I/O and global state API
Emanuele Giuseppe Esposito