aboutsummaryrefslogtreecommitdiff
path: root/block/vhdx.c
AgeCommit message (Expand)Author
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz
2017-04-28block/vhdx: Make vhdx_create() always set errpMax Reitz
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf
2017-02-28block: Request child permissions in format driversKevin Wolf
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf
2017-02-24block: Pass BdrvChild to bdrv_truncate()Kevin Wolf
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2016-09-23vhdx: Use QEMU UUID APIFam Zheng
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_co_writev() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_co_readv() to BdrvChildKevin Wolf
2016-07-05vhdx: Some more BlockBackend use in vhdx_create()Kevin Wolf
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-14vhdx: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf
2016-02-29vhdx: Simplify vhdx_set_shift_bits()Max Reitz
2016-02-29vhdx: DIV_ROUND_UP() in vhdx_calc_bat_entries()Max Reitz
2016-01-20block: Clean up includesPeter Maydell
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia
2015-04-28vhdx: Fix zero-fill iov lengthKevin Wolf
2015-01-23block: vhdx - force FileOffsetMB field to '0' for certain block statesJeff Cody
2014-12-12block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1Jeff Cody
2014-12-12block: vhdx - change .vhdx_create default block state to ZEROJeff Cody
2014-12-12block: vhdx - update PAYLOAD_BLOCK_UNMAPPED value to match 1.00 specJeff Cody
2014-12-12block: vhdx - remove redundant commentsJeff Cody
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster
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