aboutsummaryrefslogtreecommitdiff
path: root/block/vmdk.c
AgeCommit message (Expand)Author
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-04-30vmdk: Set vmdk parent backing_format to vmdkSam Eiderman
2019-03-19vmdk: Support version=3 in VMDK descriptor filesSam Eiderman
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-02-25vmdk: false positive of compat6 with hwversion not setyuchenlin
2019-02-25block: Add BlockDriver.bdrv_gather_child_optionsMax Reitz
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz
2019-02-25block: Make path_combine() return the pathMax Reitz
2019-02-25block: Add BDS.auto_backing_fileMax Reitz
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz
2019-02-22block/vmdk: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich
2019-02-01vmdk: Reject excess extents in blockdev-createKevin Wolf
2019-02-01vmdk: Implement .bdrv_co_create callbackFam Zheng
2019-02-01vmdk: Refactor vmdk_create_extentFam Zheng
2018-09-26vmdk: align end of file to a sector boundaryyuchenlin
2018-07-09vmdk: Fix possible segfault with non-VMDK backingMax Reitz
2018-03-26vmdk: return ERROR when cluster sector is larger than vmdk limitationyuchenlin
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi
2018-03-02vmdk: Switch to .bdrv_co_block_status()Eric Blake
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-01-23block/vmdk: Add blkdebug eventsMax Reitz
2018-01-23block/vmdk: Fix , instead of ; at end of lineMax Reitz
2017-08-08vmdk: Fix error handling/reporting of vmdk_checkFam Zheng
2017-07-18block/vmdk: Report failures in vmdk_read_cid()Peter Maydell
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf
2017-02-28block: Request child permissions in format driversKevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2017-02-12block/vmdk: Fix the endian problem of buf_len and lbaQingFeng Hao
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2016-09-05vmdk: add vmdk_co_pwritev_compressedPavel Butsykin
2016-07-13vmdk: fix metadata write regressionReda Sallahi
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-08vmdk: Convert to bdrv_co_pwrite_zeroes()Eric Blake
2016-06-08block: Track write zero limits in bytesEric Blake
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-19block: Propagate AioContext change to all childrenMax Reitz
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-05-12Allow users to specify the vmdk virtual hardware version.Janne Karhunen
2016-05-12vmdk: Implement .bdrv_co_pwritev() interfaceKevin Wolf