aboutsummaryrefslogtreecommitdiff
path: root/block/vmdk.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-10/+36
2019-02-25vmdk: false positive of compat6 with hwversion not setyuchenlin1-1/+1
2019-02-25block: Add BlockDriver.bdrv_gather_child_optionsMax Reitz1-0/+19
2019-02-25block: bdrv_get_full_backing_filename_from_...'s ret. val.Max Reitz1-5/+5
2019-02-25block: Make path_combine() return the pathMax Reitz1-2/+1
2019-02-25block: Add BDS.auto_backing_fileMax Reitz1-2/+4
2019-02-25block: Use bdrv_refresh_filename() to pullMax Reitz1-0/+6
2019-02-22block/vmdk: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy1-6/+1
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich1-1/+2
2019-02-01vmdk: Reject excess extents in blockdev-createKevin Wolf1-5/+24
2019-02-01vmdk: Implement .bdrv_co_create callbackFam Zheng1-127/+321
2019-02-01vmdk: Refactor vmdk_create_extentFam Zheng1-26/+43
2018-09-26vmdk: align end of file to a sector boundaryyuchenlin1-0/+21
2018-07-09vmdk: Fix possible segfault with non-VMDK backingMax Reitz1-0/+6
2018-03-26vmdk: return ERROR when cluster sector is larger than vmdk limitationyuchenlin1-0/+6
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini1-3/+4
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi1-2/+3
2018-03-02vmdk: Switch to .bdrv_co_block_status()Eric Blake1-24/+14
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-01-23block/vmdk: Add blkdebug eventsMax Reitz1-0/+16
2018-01-23block/vmdk: Fix , instead of ; at end of lineMax Reitz1-1/+1
2017-08-08vmdk: Fix error handling/reporting of vmdk_checkFam Zheng1-8/+18
2017-07-18block/vmdk: Report failures in vmdk_read_cid()Peter Maydell1-12/+32
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz1-3/+4
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz1-10/+3
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf1-2/+4
2017-02-28block: Request child permissions in format driversKevin Wolf1-0/+1
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf1-0/+6
2017-02-12block/vmdk: Fix the endian problem of buf_len and lbaQingFeng Hao1-2/+2
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya1-1/+8
2016-09-05vmdk: add vmdk_co_pwritev_compressedPavel Butsykin1-50/+5
2016-07-13vmdk: fix metadata write regressionReda Sallahi1-7/+7
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf1-3/+3
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf1-7/+5
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf1-19/+17
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-4/+2
2016-06-08vmdk: Convert to bdrv_co_pwrite_zeroes()Eric Blake1-7/+5
2016-06-08block: Track write zero limits in bytesEric Blake1-3/+3
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-23/+0
2016-05-19block: Propagate AioContext change to all childrenMax Reitz1-23/+0
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake1-5/+5
2016-05-12Allow users to specify the vmdk virtual hardware version.Janne Karhunen1-4/+23
2016-05-12vmdk: Implement .bdrv_co_pwritev() interfaceKevin Wolf1-74/+135
2016-05-12vmdk: Implement .bdrv_co_preadv() interfaceKevin Wolf1-45/+53
2016-05-12vmdk: Add vmdk_find_offset_in_cluster()Kevin Wolf1-6/+17
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf1-5/+3