summaryrefslogtreecommitdiffstats
path: root/block/vhdx.c
Commit message (Expand)AuthorAgeFilesLines
* block: Request child permissions in format driversKevin Wolf2017-02-281-0/+1
* block: Attach bs->file only during .bdrv_open()Kevin Wolf2017-02-241-0/+6
* block: Pass BdrvChild to bdrv_truncate()Kevin Wolf2017-02-241-1/+1
* migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-241-6/+11
* vhdx: Use QEMU UUID APIFam Zheng2016-09-231-5/+4Star
* block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf2016-07-051-1/+1
* block: Convert bdrv_pread(v) to BdrvChildKevin Wolf2016-07-051-15/+23
* block: Convert bdrv_co_writev() to BdrvChildKevin Wolf2016-07-051-1/+1
* block: Convert bdrv_co_readv() to BdrvChildKevin Wolf2016-07-051-1/+1
* vhdx: Some more BlockBackend use in vhdx_create()Kevin Wolf2016-07-051-20/+21
* 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