summaryrefslogtreecommitdiff
path: root/block/vhdx.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf1-2/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz1-1/+1
2016-03-14vhdx: Use BB functions in .bdrv_create()Kevin Wolf1-13/+16
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf1-1/+2
2016-02-29vhdx: Simplify vhdx_set_shift_bits()Max Reitz1-4/+4
2016-02-29vhdx: DIV_ROUND_UP() in vhdx_calc_bat_entries()Max Reitz1-8/+2
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-17/+19
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz1-1/+1
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange1-1/+1
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia1-3/+3
2015-04-28vhdx: Fix zero-fill iov lengthKevin Wolf1-2/+2
2015-01-23block: vhdx - force FileOffsetMB field to '0' for certain block statesJeff Cody1-1/+12
2014-12-12block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1Jeff Cody1-0/+1
2014-12-12block: vhdx - change .vhdx_create default block state to ZEROJeff Cody1-2/+4
2014-12-12block: vhdx - update PAYLOAD_BLOCK_UNMAPPED value to match 1.00 specJeff Cody1-1/+2
2014-12-12block: vhdx - remove redundant commentsJeff Cody1-4/+4
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster1-1/+1
2014-09-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-9/+10
2014-09-22block: vhdx - fix reading beyond pointer during image creationJeff Cody1-8/+8
2014-09-22block/vhdx.c: Mark parent_vhdx_guid variable as unusedPeter Maydell1-1/+2
2014-09-22block: allow creation of fixed vhdx imagesAdelina Tuvenie1-1/+1
2014-09-12block: round up file size to nearest sectorHu Tao1-1/+2
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2014-08-15vhdx: Handle failure for potentially large allocationsKevin Wolf1-2/+11
2014-08-15block: VHDX endian fixesJeff Cody1-36/+53
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-2/+2
2014-06-16vhdx.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-52/+47
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu1-1/+1
2014-05-19block: vhdx - account for identical header sectionsJeff Cody1-1/+8
2014-04-01vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148)Jeff Cody1-2/+10
2014-02-21vhdx: correctly propagate errorsPaolo Bonzini1-12/+9
2014-02-21block: Make bdrv_file_open() staticMax Reitz1-1/+3
2014-01-31block/vhdx: Error checking fixesMarkus Armbruster1-4/+4
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz1-1/+1
2013-12-20block: vhdx - improve error message, and .bdrv_check implementationJeff Cody1-2/+20
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini1-0/+3
2013-12-03vpc, vhdx: add get_infoPaolo Bonzini1-0/+10
2013-11-07block: vhdx - add .bdrv_create() supportJeff Cody1-0/+558
2013-11-07block: vhdx - break out code operations to functionsJeff Cody1-41/+80
2013-11-07block: vhdx - move more endian translations to vhdx-endian.cJeff Cody1-16/+4
2013-11-07block: vhdx - remove BAT file offset bit shiftingJeff Cody1-4/+2
2013-11-07block: vhdx write supportJeff Cody1-4/+208
2013-11-07block: vhdx - add region overlap detection for image filesJeff Cody1-0/+82
2013-11-07block: vhdx - log parsing, replay, and flush supportJeff Cody1-51/+14
2013-11-07block: vhdx code movement - move vhdx_close() above vhdx_open()Jeff Cody1-11/+11
2013-11-07block: vhdx - update log guid in header, and first write trackerJeff Cody1-6/+24
2013-11-07block: vhdx - break endian translation functions outJeff Cody1-43/+0
2013-11-07block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header.Jeff Cody1-52/+0