aboutsummaryrefslogtreecommitdiff
path: root/block/vhdx.c
AgeCommit message (Expand)Author
2014-09-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-09-22block: vhdx - fix reading beyond pointer during image creationJeff Cody
2014-09-22block/vhdx.c: Mark parent_vhdx_guid variable as unusedPeter Maydell
2014-09-22block: allow creation of fixed vhdx imagesAdelina Tuvenie
2014-09-12block: round up file size to nearest sectorHu Tao
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-08-15vhdx: Handle failure for potentially large allocationsKevin Wolf
2014-08-15block: VHDX endian fixesJeff Cody
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16vhdx.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu
2014-05-19block: vhdx - account for identical header sectionsJeff Cody
2014-04-01vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148)Jeff Cody
2014-02-21vhdx: correctly propagate errorsPaolo Bonzini
2014-02-21block: Make bdrv_file_open() staticMax Reitz
2014-01-31block/vhdx: Error checking fixesMarkus Armbruster
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz
2013-12-20block: vhdx - improve error message, and .bdrv_check implementationJeff Cody
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini
2013-12-03vpc, vhdx: add get_infoPaolo Bonzini
2013-11-07block: vhdx - add .bdrv_create() supportJeff Cody
2013-11-07block: vhdx - break out code operations to functionsJeff Cody
2013-11-07block: vhdx - move more endian translations to vhdx-endian.cJeff Cody
2013-11-07block: vhdx - remove BAT file offset bit shiftingJeff Cody
2013-11-07block: vhdx write supportJeff Cody
2013-11-07block: vhdx - add region overlap detection for image filesJeff Cody
2013-11-07block: vhdx - log parsing, replay, and flush supportJeff Cody
2013-11-07block: vhdx code movement - move vhdx_close() above vhdx_open()Jeff Cody
2013-11-07block: vhdx - update log guid in header, and first write trackerJeff Cody
2013-11-07block: vhdx - break endian translation functions outJeff Cody
2013-11-07block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header.Jeff Cody
2013-11-07block: vhdx - add header update capability.Jeff Cody
2013-11-07block: vhdx - minor comments and typo correction.Jeff Cody
2013-10-02block: vhdx - add migration blockerJeff Cody
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-05-03block: add read-only support to VHDX image format.Jeff Cody
2013-05-03block: initial VHDX driver support framework - supports open and probeJeff Cody