summaryrefslogtreecommitdiffstats
path: root/block/vpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: Add options QDict to .bdrv_open()Kevin Wolf2013-03-151-1/+1
* Revert "block/vpc: Fix size calculation"Stefan Hajnoczi2013-02-121-9/+5
* block/vpc: Fix size calculationStefan Weil2013-02-111-5/+9
* vpc: Fix bdrv_open() error handlingKevin Wolf2013-02-011-12/+30
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* block: vpc support for ~2 TB disksCharles Arnold2012-12-111-4/+13
* block: vpc initialize the uuid footer fieldCharles Arnold2012-12-111-1/+6
* block: vpc image file reopenJeff Cody2012-09-241-0/+7
* block: Convert close calls to qemu_closeCorey Bryant2012-08-151-1/+1
* block: Convert open calls to qemu_openCorey Bryant2012-08-151-1/+1
* block/vpc: write checksum back to footer after checkZhang Shengju2012-04-051-0/+3
* block: push recursive flushing up from driversPaolo Bonzini2012-04-051-6/+0
* vpc: Round up image size during fixed image creationKevin Wolf2012-02-091-13/+10
* vpc: Add support for Fixed Disk typeCharles Arnold2012-02-091-91/+194
* vpc: Add missing error handling in alloc_blockKevin Wolf2011-11-231-1/+4
* vpc: Add migration blockerKevin Wolf2011-11-231-0/+13
OpenPOWER on IntegriCloud