aboutsummaryrefslogtreecommitdiff
path: root/block/qcow.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09crypto: Modify the qcrypto_block_create to support creation flagsHyman Huang1-1/+1
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf1-4/+7
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf1-1/+1
2023-11-01cpr: relax blockdev migration blockersSteve Sistare1-1/+1
2023-10-20migration: simplify blockersSteve Sistare1-4/+2
2023-10-12block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCKKevin Wolf1-0/+3
2023-09-20block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()Andrey Drobyshev via1-1/+4
2023-06-28block: use bdrv_co_debug_event in coroutine contextPaolo Bonzini1-12/+12
2023-06-28block: use bdrv_co_getlength in coroutine contextPaolo Bonzini1-3/+3
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf1-3/+3
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-3/+3
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-4/+4
2023-02-23block: Mark read/write in block/io.c GRAPH_RDLOCKKevin Wolf1-13/+7
2023-02-23block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCKKevin Wolf1-7/+4
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf1-5/+12
2023-02-17qcow: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-5/+5
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito1-2/+3
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito1-1/+1
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster1-5/+5
2022-10-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi1-32/+34
2022-10-27qcow: switch to *_co_* functionsAlberto Faria1-22/+23
2022-10-27qcow: manually add more coroutine_fn annotationsPaolo Bonzini1-6/+9
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy1-4/+2
2022-10-26block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi1-2/+0
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-4/+4
2022-07-12block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria1-3/+3
2022-07-12block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria1-1/+1
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-17/+17
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria1-14/+13
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy1-5/+5
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy1-3/+3
2020-09-15block/qcow: remove runtime optsJohn Snow1-9/+0
2020-07-14qcow: Tolerate backing_fmt=Eric Blake1-1/+19
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster1-4/+2
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster1-5/+2
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-2/+1
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-05block: Add blk_new_with_bs() helperEric Blake1-4/+4
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf1-2/+2
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky1-1/+2
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-2/+2
2019-10-28block: Do not truncate file node when formattingMax Reitz1-5/+0
2019-07-08block/qcow: Improve error when opening qcow2 files as qcowJohn Snow1-1/+6
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+2
2019-04-30block/qcow: use buffer-based ioVladimir Sementsov-Ogievskiy1-13/+6