aboutsummaryrefslogtreecommitdiff
path: root/block/qcow.c
AgeCommit message (Expand)Author
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf
2023-05-10block: bdrv/blk_co_unref() for calls in coroutine contextKevin Wolf
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark read/write in block/io.c GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf
2023-02-17qcow: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-27qcow: switch to *_co_* functionsAlberto Faria
2022-10-27qcow: manually add more coroutine_fn annotationsPaolo Bonzini
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy
2022-10-26block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria
2022-07-12block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy
2020-09-15block/qcow: remove runtime optsJohn Snow
2020-07-14qcow: Tolerate backing_fmt=Eric Blake
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-05-18block: Use bdrv_default_perms()Max Reitz
2020-05-18block: Make format drivers use child_of_bdsMax Reitz
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz
2020-05-18block: Add BlockDriver.is_formatMax Reitz
2020-05-05block: Add blk_new_with_bs() helperEric Blake
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-10-28block: Do not truncate file node when formattingMax Reitz
2019-07-08block/qcow: Improve error when opening qcow2 files as qcowJohn Snow
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-04-30block/qcow: use buffer-based ioVladimir Sementsov-Ogievskiy
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-02-25block: Add strong_runtime_opts to BlockDriverMax Reitz
2019-02-25block: Add BDS.auto_backing_fileMax Reitz
2019-02-22block/qcow: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2018-12-12crypto: support multiple threads accessing one QCryptoBlockVladimir Sementsov-Ogievskiy
2018-11-05block/qcow: Don't take address of fields in packed structsPeter Maydell
2018-07-30qcow: fix a reference leakKONRAD Frederic
2018-06-29qcow: Switch to a byte-based driverEric Blake
2018-06-29qcow: Switch qcow_co_writev to byte-based callsEric Blake