summaryrefslogtreecommitdiff
path: root/block/vpc.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-15block/vpc: set errp in vpc_createJeff Cody1-0/+5
2016-04-12vpc: fix return value check for blk_pwritePaolo Bonzini1-1/+1
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf1-2/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz1-1/+1
2016-03-14vpc: Use BB functions in .bdrv_create()Kevin Wolf1-16/+21
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf1-1/+2
2016-03-14block/vpc: give option to force the current_size field in .bdrv_createJeff Cody1-7/+35
2016-03-14block/vpc: choose size calculation method based on creator_app fieldJeff Cody1-5/+82
2016-02-02vpc: Assign bs->file->bs to file in vpc_co_get_block_statusFam Zheng1-0/+2
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng1-1/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-16/+18
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz1-1/+1
2015-07-27block: vpc - prevent overflow if max_table_entries >= 0x40000000Jeff Cody1-4/+14
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia1-3/+3
2015-03-16block/vpc: remove disabled code from get_sector_offsetPeter Lieven1-32/+0
2015-03-16block/vpc: rename footer->size -> footer->current_sizePeter Lieven1-4/+5
2015-03-16block/vpc: make calculate_geometry spec conformPeter Lieven1-19/+22
2015-03-16vpc: Ignore geometry for large imagesKevin Wolf1-6/+4
2015-03-16block/vpc: optimize vpc_co_get_block_statusPeter Lieven1-10/+8
2015-03-09vpc: Implement bdrv_co_get_block_status()Kevin Wolf1-2/+48
2015-03-09vpc: Fix size in fixed image creationKevin Wolf1-7/+3
2014-12-10block: remove BLOCK_OPT_NOCOW from vpc_create_optsJeff Cody1-5/+0
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster1-1/+1
2014-09-25vpc: fix beX_to_cpu() and cpu_to_beX() confusionStefan Hajnoczi1-22/+22
2014-09-12block: round up file size to nearest sectorHu Tao1-1/+2
2014-09-10Fix improper usage of cpu_to_be32 in vpcXiaodong Gong1-4/+4
2014-08-15vpc: Handle failure for potentially large allocationsKevin Wolf1-1/+5
2014-08-15block: vpc - use block layer ops in vpc_create, instead of posix callsJeff Cody1-63/+43
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu1-0/+29
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-1/+1
2014-06-16vpc.c: replace QEMUOptionParameter with QemuOptsChunyan Liu1-28/+34
2014-04-01vpc: Validate block size (CVE-2014-0142)Kevin Wolf1-0/+5
2014-04-01vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)Jeff Cody1-4/+23
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini1-1/+2
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini1-0/+1
2013-12-03vpc, vhdx: add get_infoPaolo Bonzini1-0/+14
2013-11-07block/vpc: fix virtual size for images created with disk2vhdPeter Lieven1-0/+9
2013-10-24block/vpc: check that the image has not been truncatedPeter Lieven1-0/+7
2013-09-25block: vpc - use QEMU_PACKED for on-disk structuresJeff Cody1-14/+14
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz1-1/+2
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-1/+2
2013-06-28vpc: Implement .bdrv_has_zero_initKevin Wolf1-6/+19
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf1-1/+1
2013-02-12Revert "block/vpc: Fix size calculation"Stefan Hajnoczi1-9/+5
2013-02-11block/vpc: Fix size calculationStefan Weil1-5/+9
2013-02-01vpc: Fix bdrv_open() error handlingKevin Wolf1-12/+30
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-1/+1