aboutsummaryrefslogtreecommitdiff
path: root/block/parallels.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf1-3/+3
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf1-4/+3
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-3/+5
2023-02-23block: Mark read/write in block/io.c GRAPH_RDLOCKKevin Wolf1-5/+3
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf1-6/+8
2023-02-17parallels: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-5/+5
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito1-1/+1
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-18/+17
2022-10-27parallels: switch to *_co_* functionsAlberto Faria1-14/+14
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy1-4/+3
2022-10-26block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi1-1/+0
2022-10-07parallels: add missing coroutine_fn annotationsPaolo Bonzini1-2/+3
2022-07-26block/parallels: Fix buffer-based write callHanna Reitz1-2/+2
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-1/+1
2022-07-12block: Use bdrv_co_pwrite_sync() when caller is coroutine_fnAlberto Faria1-1/+1
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-5/+5
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria1-6/+6
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-03-04block: introduce bdrv_activateEmanuele Giuseppe Esposito1-1/+1
2021-03-08parallels: support bitmap extension for read-only modeVladimir Sementsov-Ogievskiy1-0/+18
2021-03-08block/parallels: BDRVParallelsState: add cluster_size fieldVladimir Sementsov-Ogievskiy1-4/+4
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster1-3/+2
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster1-5/+2
2020-07-10block/parallels: Simplify parallels_open() after previous commitMarkus Armbruster1-5/+2
2020-07-10error: Reduce unnecessary error propagationMarkus Armbruster1-1/+1
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-2/+1
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster1-2/+1
2020-07-10qemu-option: Check return value instead of @err where convenientMarkus Armbruster1-2/+2
2020-05-18block: Use bdrv_default_perms()Max Reitz1-1/+1
2020-05-18block: Make format drivers use child_of_bdsMax Reitz1-2/+2
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz1-1/+1
2020-05-18block: Add BlockDriver.is_formatMax Reitz1-0/+1
2020-05-08parallels: Rework truncation logicEric Blake1-9/+16
2020-05-05block: Add blk_new_with_bs() helperEric Blake1-4/+4
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf1-3/+3
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky1-1/+2
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell1-8/+10
2019-10-28block: Pass truncate exact=true where reasonableMax Reitz1-2/+9
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-3/+3
2019-10-28block: Do not truncate file node when formattingMax Reitz1-5/+0
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-1/+1
2019-08-19block: Use bdrv_has_zero_init_truncate()Max Reitz1-1/+1
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+2
2019-04-30block/parallels: use buffer-based ioVladimir Sementsov-Ogievskiy1-8/+6
2019-02-22block/parallels: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy1-8/+5
2018-06-29parallels: Switch to byte-based callsEric Blake1-6/+10
2018-06-15block: Factor out qobject_input_visitor_new_flat_confused()Markus Armbruster1-5/+2
2018-06-15block: Clean up a misuse of qobject_to() in .bdrv_co_create_opts()Markus Armbruster1-5/+4
2018-06-15block: Fix -blockdev for certain non-string scalarsMarkus Armbruster1-1/+1