aboutsummaryrefslogtreecommitdiff
path: root/block/vdi.c
AgeCommit message (Expand)Author
2024-03-12block/vdi: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf
2023-11-08block: Add missing GRAPH_RDLOCK annotationsKevin Wolf
2023-11-07block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin Wolf
2023-11-03util/uuid: Add UUID_STR_LEN definitionCédric Le Goater
2023-11-01cpr: relax blockdev migration blockersSteve Sistare
2023-10-20migration: simplify blockersSteve Sistare
2023-10-12block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCKKevin Wolf
2023-09-29block/vdi: Clean up local variable shadowingMarkus Armbruster
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-17vdi: 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-10-27vdi: switch to *_co_* functionsAlberto Faria
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto 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
2021-03-31block/vdi: Don't assume that blocks are larger than VdiHeaderDavid Edmondson
2021-03-31block/vdi: When writing new bmap entry fails, don't leak the bufferDavid Edmondson
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2020-07-10qapi: Smooth another visitor error checking patternMarkus Armbruster
2020-07-06block/vdi: return ZERO block-status when appropriateVladimir Sementsov-Ogievskiy
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-backend: Add flags to blk_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-08-19vdi: Make block_status recurse for fixed imagesMax Reitz
2019-08-19vdi: Fix .bdrv_has_zero_init()Max Reitz
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-05-10vdi: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia
2019-02-01block: Eliminate the S_1KiB, S_2KiB, ... macrosMarkus Armbruster
2019-02-01uuid: Make qemu_uuid_bswap() take and return a QemuUUIDPeter Maydell
2019-02-01block/vdi: Don't take address of fields in packed structsPeter Maydell
2018-11-05vdi: Use a literal number of bytes for DEFAULT_CLUSTER_SIZELeonid Bloch
2018-11-05block/vdi: Don't take address of fields in packed structsPeter Maydell
2018-07-02vdi: Use definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-06-15block: Make remaining uses of qobject input visitor more robustMarkus Armbruster
2018-05-29vdi: Fix vdi_co_do_create() return valueKevin Wolf