summaryrefslogtreecommitdiff
path: root/block/vpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-11block: vpc support for ~2 TB disksCharles Arnold1-4/+13
2012-12-11block: vpc initialize the uuid footer fieldCharles Arnold1-1/+6
2012-09-24block: vpc image file reopenJeff Cody1-0/+7
2012-08-15block: Convert close calls to qemu_closeCorey Bryant1-1/+1
2012-08-15block: Convert open calls to qemu_openCorey Bryant1-1/+1
2012-04-05block/vpc: write checksum back to footer after checkZhang Shengju1-0/+3
2012-04-05block: push recursive flushing up from driversPaolo Bonzini1-6/+0
2012-02-09vpc: Round up image size during fixed image creationKevin Wolf1-13/+10
2012-02-09vpc: Add support for Fixed Disk typeCharles Arnold1-91/+194
2011-11-23vpc: Add missing error handling in alloc_blockKevin Wolf1-1/+4
2011-11-23vpc: Add migration blockerKevin Wolf1-0/+13
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf1-3/+5
2011-11-11block: Fix vpc initialization of the Dynamic Disk HeaderCharles Arnold1-1/+5