aboutsummaryrefslogtreecommitdiff
path: root/block/coroutines.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-12block: Add blk_co_ioctl()Alberto Faria1-6/+0
2022-07-12block: Implement blk_flush() using generated_co_wrapperAlberto Faria1-2/+0
2022-07-12block: Implement blk_pdiscard() using generated_co_wrapperAlberto Faria1-3/+0
2022-07-12block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria1-5/+0
2022-07-12block: Add blk_[co_]preadv_part()Alberto Faria1-5/+0
2022-07-12block: Implement blk_{pread,pwrite}() using generated_co_wrapperAlberto Faria1-4/+0
2022-07-12block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_tAlberto Faria1-2/+2
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2022-04-26nbd: keep send_mutex/free_sema handling outside nbd_co_do_establish_connectionPaolo Bonzini1-2/+3
2022-03-04block/coroutines: I/O and "I/O or GS" APIEmanuele Giuseppe Esposito1-29/+52
2021-10-15block-backend: drop blk_prw, use block-coroutine-wrapperVladimir Sementsov-Ogievskiy1-0/+30
2021-10-15block-coroutine-wrapper.py: support BlockBackend first argumentVladimir Sementsov-Ogievskiy1-0/+3
2021-06-18block/nbd: reuse nbd_co_do_establish_connection() in nbd_open()Vladimir Sementsov-Ogievskiy1-0/+6
2020-10-30block: Return depth level during bdrv_is_allocated_aboveEric Blake1-2/+4
2020-10-23block/io: bdrv_common_block_status_above: support include_baseVladimir Sementsov-Ogievskiy1-0/+2
2020-10-05block/io: refactor save/load vmstateVladimir Sementsov-Ogievskiy1-6/+4
2020-10-05block: drop bdrv_prwvVladimir Sementsov-Ogievskiy1-5/+5
2020-10-05block: generate coroutine-wrapper codeVladimir Sementsov-Ogievskiy1-3/+3
2020-10-05block: declare some coroutine functions in block/coroutines.hVladimir Sementsov-Ogievskiy1-0/+67