summaryrefslogtreecommitdiffstats
path: root/block/vpc.c
Commit message (Expand)AuthorAgeFilesLines
* block/vpc: update comments to be compliant w/coding guidelinesJeff Cody2019-11-291-34/+34
* block/vpc: set errp in vpc_openJeff Cody2019-11-291-0/+9
* block/vpc: make checks on max table size a bit more laxJeff Cody2019-11-291-4/+0
* block/vpc: Use the correct max sector count for VHD imagesJeff Cody2019-11-291-5/+5
* block/vpc: use current_size field for XenConverter VHD imagesJeff Cody2019-11-291-0/+2
* vpc: use current_size field for XenServer VHD imagesStefan Hajnoczi2019-11-291-1/+3
* block/vpc: set errp in vpc_createJeff Cody2019-11-291-0/+5
* vpc: fix return value check for blk_pwritePaolo Bonzini2019-11-291-1/+1
* block: Always set writeback mode in blk_new_open()Kevin Wolf2019-11-291-2/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* blockdev: Split monitor reference from BB creationMax Reitz2019-11-291-1/+1
* vpc: Use BB functions in .bdrv_create()Kevin Wolf2019-11-291-16/+21
* block: Use writeback in .bdrv_create() implementationsKevin Wolf2019-11-291-1/+2
* block/vpc: give option to force the current_size field in .bdrv_createJeff Cody2019-11-291-7/+35
* block/vpc: choose size calculation method based on creator_app fieldJeff Cody2019-11-291-5/+82
* vpc: Assign bs->file->bs to file in vpc_co_get_block_statusFam Zheng2019-11-291-0/+2
* block: Add "file" output parameter to block status query functionsFam Zheng2019-11-291-1/+1
* block: Clean up includesPeter Maydell2019-11-291-0/+1
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-16/+18
* block: Drop drv parameter from bdrv_open()Max Reitz2015-09-141-1/+1
* block: vpc - prevent overflow if max_table_entries >= 0x40000000Jeff Cody2015-07-271-4/+14
* block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia2015-04-281-3/+3
* block/vpc: remove disabled code from get_sector_offsetPeter Lieven2015-03-161-32/+0
* block/vpc: rename footer->size -> footer->current_sizePeter Lieven2015-03-161-4/+5
* block/vpc: make calculate_geometry spec conformPeter Lieven2015-03-161-19/+22
* vpc: Ignore geometry for large imagesKevin Wolf2015-03-161-6/+4
* block/vpc: optimize vpc_co_get_block_statusPeter Lieven2015-03-161-10/+8
* vpc: Implement bdrv_co_get_block_status()Kevin Wolf2015-03-091-2/+48
* vpc: Fix size in fixed image creationKevin Wolf2015-03-091-7/+3
* block: remove BLOCK_OPT_NOCOW from vpc_create_optsJeff Cody2014-12-101-5/+0
* block: Eliminate BlockDriverState member device_name[]Markus Armbruster2014-10-201-1/+1
* vpc: fix beX_to_cpu() and cpu_to_beX() confusionStefan Hajnoczi2014-09-251-22/+22
* block: round up file size to nearest sectorHu Tao2014-09-121-1/+2
* Fix improper usage of cpu_to_be32 in vpcXiaodong Gong2014-09-101-4/+4
* vpc: Handle failure for potentially large allocationsKevin Wolf2014-08-151-1/+5
* block: vpc - use block layer ops in vpc_create, instead of posix callsJeff Cody2014-08-151-63/+43
* qemu-img create: add 'nocow' optionChunyan Liu2014-07-011-0/+29
* cleanup QEMUOptionParameterChunyan Liu2014-06-161-1/+1
* vpc.c: replace QEMUOptionParameter with QemuOptsChunyan Liu2014-06-161-28/+34
* vpc: Validate block size (CVE-2014-0142)Kevin Wolf2014-04-011-0/+5
* vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)Jeff Cody2014-04-011-4/+23
* block: do not abuse EMEDIUMTYPEPaolo Bonzini2014-02-211-1/+2
* block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini2013-12-031-0/+1
* vpc, vhdx: add get_infoPaolo Bonzini2013-12-031-0/+14
* block/vpc: fix virtual size for images created with disk2vhdPeter Lieven2013-11-071-0/+9
* block/vpc: check that the image has not been truncatedPeter Lieven2013-10-241-0/+7
* block: vpc - use QEMU_PACKED for on-disk structuresJeff Cody2013-09-251-14/+14
* bdrv: Use "Error" for creating imagesMax Reitz2013-09-121-1/+2
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-1/+2
* vpc: Implement .bdrv_has_zero_initKevin Wolf2013-06-281-6/+19
OpenPOWER on IntegriCloud