aboutsummaryrefslogtreecommitdiff
path: root/block/vpc.c
AgeCommit message (Expand)Author
2016-09-23vpc: Use QEMU UUID APIFam Zheng
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_pread(v) 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-12vpc: Implement .bdrv_co_pwritev() interfaceKevin Wolf
2016-05-12vpc: Implement .bdrv_co_preadv() interfaceKevin Wolf
2016-04-15block/vpc: update comments to be compliant w/coding guidelinesJeff Cody
2016-04-15block/vpc: set errp in vpc_openJeff Cody
2016-04-15block/vpc: make checks on max table size a bit more laxJeff Cody
2016-04-15block/vpc: Use the correct max sector count for VHD imagesJeff Cody
2016-04-15block/vpc: use current_size field for XenConverter VHD imagesJeff Cody
2016-04-15vpc: use current_size field for XenServer VHD imagesStefan Hajnoczi
2016-04-15block/vpc: set errp in vpc_createJeff Cody
2016-04-12vpc: fix return value check for blk_pwritePaolo Bonzini
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-14vpc: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf
2016-03-14block/vpc: give option to force the current_size field in .bdrv_createJeff Cody
2016-03-14block/vpc: choose size calculation method based on creator_app fieldJeff Cody
2016-02-02vpc: Assign bs->file->bs to file in vpc_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-16block: Convert bs->file to BdrvChildKevin Wolf
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
2015-07-27block: vpc - prevent overflow if max_table_entries >= 0x40000000Jeff Cody
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia
2015-03-16block/vpc: remove disabled code from get_sector_offsetPeter Lieven
2015-03-16block/vpc: rename footer->size -> footer->current_sizePeter Lieven
2015-03-16block/vpc: make calculate_geometry spec conformPeter Lieven
2015-03-16vpc: Ignore geometry for large imagesKevin Wolf
2015-03-16block/vpc: optimize vpc_co_get_block_statusPeter Lieven
2015-03-09vpc: Implement bdrv_co_get_block_status()Kevin Wolf
2015-03-09vpc: Fix size in fixed image creationKevin Wolf
2014-12-10block: remove BLOCK_OPT_NOCOW from vpc_create_optsJeff Cody
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster
2014-09-25vpc: fix beX_to_cpu() and cpu_to_beX() confusionStefan Hajnoczi
2014-09-12block: round up file size to nearest sectorHu Tao
2014-09-10Fix improper usage of cpu_to_be32 in vpcXiaodong Gong
2014-08-15vpc: Handle failure for potentially large allocationsKevin Wolf
2014-08-15block: vpc - use block layer ops in vpc_create, instead of posix callsJeff Cody
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16vpc.c: replace QEMUOptionParameter with QemuOptsChunyan Liu
2014-04-01vpc: Validate block size (CVE-2014-0142)Kevin Wolf
2014-04-01vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)Jeff Cody
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini