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
/
block
/
coroutines.h
Age
Commit message (
Expand
)
Author
2023-05-10
nbd: Mark nbd_co_do_establish_connection() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
Kevin Wolf
2022-12-15
block: GRAPH_RDLOCK for functions only called by co_wrappers
Kevin Wolf
2022-12-15
block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlock
Emanuele Giuseppe Esposito
2022-12-15
block: rename generated_co_wrapper in co_wrapper_mixed
Emanuele Giuseppe Esposito
2022-07-12
block: Remove remaining unused symbols in coroutines.h
Alberto Faria
2022-07-12
block: Add blk_co_ioctl()
Alberto Faria
2022-07-12
block: Implement blk_flush() using generated_co_wrapper
Alberto Faria
2022-07-12
block: Implement blk_pdiscard() using generated_co_wrapper
Alberto Faria
2022-07-12
block: Export blk_pwritev_part() in block-backend-io.h
Alberto Faria
2022-07-12
block: Add blk_[co_]preadv_part()
Alberto Faria
2022-07-12
block: Implement blk_{pread,pwrite}() using generated_co_wrapper
Alberto Faria
2022-07-12
block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_t
Alberto Faria
2022-05-11
Clean up header guards that don't match their file name
Markus Armbruster
2022-04-26
nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connection
Paolo Bonzini
2022-03-04
block/coroutines: I/O and "I/O or GS" API
Emanuele Giuseppe Esposito
2021-10-15
block-backend: drop blk_prw, use block-coroutine-wrapper
Vladimir Sementsov-Ogievskiy
2021-10-15
block-coroutine-wrapper.py: support BlockBackend first argument
Vladimir Sementsov-Ogievskiy
2021-06-18
block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()
Vladimir Sementsov-Ogievskiy
2020-10-30
block: Return depth level during bdrv_is_allocated_above
Eric Blake
2020-10-23
block/io: bdrv_common_block_status_above: support include_base
Vladimir Sementsov-Ogievskiy
2020-10-05
block/io: refactor save/load vmstate
Vladimir Sementsov-Ogievskiy
2020-10-05
block: drop bdrv_prwv
Vladimir Sementsov-Ogievskiy
2020-10-05
block: generate coroutine-wrapper code
Vladimir Sementsov-Ogievskiy
2020-10-05
block: declare some coroutine functions in block/coroutines.h
Vladimir Sementsov-Ogievskiy