summaryrefslogtreecommitdiffstats
path: root/block/vhdx.c
Commit message (Expand)AuthorAgeFilesLines
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-17/+19
* block: Drop drv parameter from bdrv_open()Max Reitz2015-09-141-1/+1
* maint: remove double semicolons in many filesDaniel P. Berrange2015-09-111-1/+1
* block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia2015-04-281-3/+3
* vhdx: Fix zero-fill iov lengthKevin Wolf2015-04-281-2/+2
* block: vhdx - force FileOffsetMB field to '0' for certain block statesJeff Cody2015-01-231-1/+12
* block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1Jeff Cody2014-12-121-0/+1
* block: vhdx - change .vhdx_create default block state to ZEROJeff Cody2014-12-121-2/+4
* block: vhdx - update PAYLOAD_BLOCK_UNMAPPED value to match 1.00 specJeff Cody2014-12-121-1/+2
* block: vhdx - remove redundant commentsJeff Cody2014-12-121-4/+4
* block: Eliminate BlockDriverState member device_name[]Markus Armbruster2014-10-201-1/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-09-231-9/+10
|\
| * block: vhdx - fix reading beyond pointer during image creationJeff Cody2014-09-221-8/+8
| * block/vhdx.c: Mark parent_vhdx_guid variable as unusedPeter Maydell2014-09-221-1/+2
* | block: allow creation of fixed vhdx imagesAdelina Tuvenie2014-09-221-1/+1
|/
* block: round up file size to nearest sectorHu Tao2014-09-121-1/+2
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-2/+2
* vhdx: Handle failure for potentially large allocationsKevin Wolf2014-08-151-2/+11
* block: VHDX endian fixesJeff Cody2014-08-151-36/+53
* cleanup QEMUOptionParameterChunyan Liu2014-06-161-2/+2
* vhdx.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-52/+47
* change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu2014-06-161-1/+1
* block: vhdx - account for identical header sectionsJeff Cody2014-05-191-1/+8
* vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148)Jeff Cody2014-04-011-2/+10
* vhdx: correctly propagate errorsPaolo Bonzini2014-02-211-12/+9
* block: Make bdrv_file_open() staticMax Reitz2014-02-211-1/+3
* block/vhdx: Error checking fixesMarkus Armbruster2014-01-311-4/+4
* block: Allow reference for bdrv_file_open()Max Reitz2014-01-221-1/+1
* block: vhdx - improve error message, and .bdrv_check implementationJeff Cody2013-12-201-2/+20
* block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini2013-12-031-0/+3
* vpc, vhdx: add get_infoPaolo Bonzini2013-12-031-0/+10
* block: vhdx - add .bdrv_create() supportJeff Cody2013-11-071-0/+558
* block: vhdx - break out code operations to functionsJeff Cody2013-11-071-41/+80
* block: vhdx - move more endian translations to vhdx-endian.cJeff Cody2013-11-071-16/+4
* block: vhdx - remove BAT file offset bit shiftingJeff Cody2013-11-071-4/+2
* block: vhdx write supportJeff Cody2013-11-071-4/+208
* block: vhdx - add region overlap detection for image filesJeff Cody2013-11-071-0/+82
* block: vhdx - log parsing, replay, and flush supportJeff Cody2013-11-071-51/+14
* block: vhdx code movement - move vhdx_close() above vhdx_open()Jeff Cody2013-11-071-11/+11
* block: vhdx - update log guid in header, and first write trackerJeff Cody2013-11-071-6/+24
* block: vhdx - break endian translation functions outJeff Cody2013-11-071-43/+0
* block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header.Jeff Cody2013-11-071-52/+0
* block: vhdx - add header update capability.Jeff Cody2013-11-071-2/+159
* block: vhdx - minor comments and typo correction.Jeff Cody2013-11-071-2/+4
* block: vhdx - add migration blockerJeff Cody2013-10-021-0/+10
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-1/+2
* block: add read-only support to VHDX image format.Jeff Cody2013-05-031-2/+121
* block: initial VHDX driver support framework - supports open and probeJeff Cody2013-05-031-0/+853
OpenPOWER on IntegriCloud