summaryrefslogtreecommitdiffstats
path: root/block/vhdx.c
Commit message (Expand)AuthorAgeFilesLines
* all: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-2/+3
* block: Always set writeback mode in blk_new_open()Kevin Wolf2016-03-301-2/+1Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* blockdev: Split monitor reference from BB creationMax Reitz2016-03-171-1/+1
* vhdx: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-13/+16
* block: Use writeback in .bdrv_create() implementationsKevin Wolf2016-03-141-1/+2
* vhdx: Simplify vhdx_set_shift_bits()Max Reitz2016-02-291-4/+4
* vhdx: DIV_ROUND_UP() in vhdx_calc_bat_entries()Max Reitz2016-02-291-8/+2Star
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* 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/+47Star
* 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/+9Star
* 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/+4Star
* block: vhdx - remove BAT file offset bit shiftingJeff Cody2013-11-071-4/+2Star
* 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/+14Star
* block: vhdx code movement - move vhdx_close() above vhdx_open()Jeff Cody2013-11-071-11/+11