aboutsummaryrefslogtreecommitdiff
path: root/block/vpc.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-08block: Take graph lock for most of .bdrv_openKevin Wolf1-2/+2
2023-11-07block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCKKevin 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-08block/vpc: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-2/+2
2023-06-28vpc: mark more functions as coroutine_fns and GRAPH_RDLOCKPaolo Bonzini1-26/+26
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-4/+3
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-2/+2
2023-02-17vpc: 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-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy1-4/+3
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-6/+6
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-11/+11
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria1-9/+10
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2021-11-02block/vpc: Add a sanity check that fixed-size images have the right typeThomas Huth1-1/+2
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy1-2/+2
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy1-2/+2
2020-12-18block/vpc: Use sizeof() instead of HEADER_SIZE for footer sizeMarkus Armbruster1-15/+14
2020-12-18block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t *Markus Armbruster1-7/+7
2020-12-18block/vpc: Pad VHDFooter, replace uint8_t[] buffersMarkus Armbruster1-40/+37
2020-12-18block/vpc: Use sizeof() instead of 1024 for dynamic header sizeMarkus Armbruster1-4/+5
2020-12-18block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffersMarkus Armbruster1-22/+19
2020-12-18block/vpc: Make vpc_checksum() take void *Markus Armbruster1-1/+2
2020-12-18block/vpc: Don't abuse the footer buffer for dynamic headerMarkus Armbruster1-10/+12
2020-12-18block/vpc: Don't abuse the footer buffer as BAT sector bufferMarkus Armbruster1-2/+3
2020-12-18block/vpc: Make vpc_open() read the full dynamic headerMarkus Armbruster1-4/+4
2020-11-09block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang1-5/+5
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-10error: Eliminate error_propagate() with Coccinelle, part 2Markus Armbruster1-2/+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-06block/vpc: return ZERO block-status when appropriateVladimir Sementsov-Ogievskiy1-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-backend: Add flags to blk_truncate()Kevin Wolf1-1/+1
2020-04-07vpc: Don't round up already aligned BAT sizesKevin Wolf1-1/+1
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky1-2/+4
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-1/+1
2019-09-10vpc: Return 0 from vpc_co_create() on successMax Reitz1-1/+2
2019-08-19vpc: Do not return RAW from block_statusMax Reitz1-1/+1
2019-06-04block: Add BlockBackend.ctxKevin Wolf1-1/+2