aboutsummaryrefslogtreecommitdiff
path: root/block/vdi.c
AgeCommit message (Expand)Author
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_write() to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_read() to BdrvChildKevin Wolf
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-05-12vdi: Implement .bdrv_co_pwritev() interfaceKevin Wolf
2016-05-12vdi: Implement .bdrv_co_preadv() interfaceKevin Wolf
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
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-14vdi: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf
2016-02-02vdi: Assign bs->file->bs to file in vdi_co_get_block_statusFam Zheng
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-01-20block: Clean up includesPeter Maydell
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia
2015-03-10block/vdi: Add locking for parallel requestsMax Reitz
2014-12-10block: remove BLOCK_OPT_NOCOW from vdi_create_optsJeff Cody
2014-11-09block/vdi: Limit maximum size even futherMax Reitz
2014-11-02vdi: wrapped uuid_unparse() in #ifdefSeokYeon Hwang
2014-10-23block/vdi: Use {DIV_,}ROUND_UPMax Reitz
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster
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-15vdi: Handle failure for potentially large allocationsKevin Wolf
2014-08-15block: use the standard 'ret' instead of 'result'Jeff Cody
2014-08-15block: vdi - use block layer ops in vdi_create, instead of posix callsJeff Cody
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16vdi.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-06-10vdi: remove double conversionPaolo Bonzini
2014-04-30block/vdi: Error out immediately in vdi_create()Max Reitz
2014-04-30block: Use correct width in format stringsMax Reitz
2014-04-01vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2...Jeff Cody
2014-03-25Fixed various typosDeepak Kathayat
2014-02-21vdi: say why an image is badPaolo Bonzini
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini
2013-09-25block: vdi - use QEMU_PACKED for on-disk structuresJeff Cody
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-06-28block: change default of .has_zero_init to 0Peter Lieven
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf