aboutsummaryrefslogtreecommitdiff
path: root/block/vpc.c
AgeCommit message (Expand)Author
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
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini
2013-12-03vpc, vhdx: add get_infoPaolo Bonzini
2013-11-07block/vpc: fix virtual size for images created with disk2vhdPeter Lieven
2013-10-24block/vpc: check that the image has not been truncatedPeter Lieven
2013-09-25block: vpc - use QEMU_PACKED for on-disk structuresJeff Cody
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-06-28vpc: Implement .bdrv_has_zero_initKevin Wolf
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf
2013-02-12Revert "block/vpc: Fix size calculation"Stefan Hajnoczi
2013-02-11block/vpc: Fix size calculationStefan Weil
2013-02-01vpc: Fix bdrv_open() error handlingKevin Wolf
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19migration: move include files to include/migration/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-11block: vpc support for ~2 TB disksCharles Arnold
2012-12-11block: vpc initialize the uuid footer fieldCharles Arnold
2012-09-24block: vpc image file reopenJeff Cody
2012-08-15block: Convert close calls to qemu_closeCorey Bryant
2012-08-15block: Convert open calls to qemu_openCorey Bryant
2012-04-05block/vpc: write checksum back to footer after checkZhang Shengju
2012-04-05block: push recursive flushing up from driversPaolo Bonzini
2012-02-09vpc: Round up image size during fixed image creationKevin Wolf
2012-02-09vpc: Add support for Fixed Disk typeCharles Arnold
2011-11-23vpc: Add missing error handling in alloc_blockKevin Wolf
2011-11-23vpc: Add migration blockerKevin Wolf
2011-11-11block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf