summaryrefslogtreecommitdiffstats
path: root/block/vpc.c
Commit message (Expand)AuthorAgeFilesLines
* vpc: use DIV_ROUND_UPMarc-André Lureau2017-08-311-2/+2
* vpc: Check failure of bdrv_getlength()Eric Blake2017-08-111-1/+8
* block/vpc: fix uninitialised variable compiler warningMark Cave-Ayland2017-07-211-1/+1
* block/vpc.c: Handle write failures in get_image_offset()Peter Maydell2017-07-181-7/+23
* vpc: make it thread-safePaolo Bonzini2017-07-171-10/+10
* block: Add PreallocMode to blk_truncate()Max Reitz2017-07-111-1/+1
* block: Simplify use of BDRV_BLOCK_RAWEric Blake2017-07-101-1/+1
* migration: Create migration/blocker.hJuan Quintela2017-05-171-1/+1
* block: Add errp to b{lk,drv}_truncate()Max Reitz2017-04-281-6/+7
* block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf2017-02-281-1/+2
* block: Request child permissions in format driversKevin Wolf2017-02-281-0/+1
* block: Attach bs->file only during .bdrv_open()Kevin Wolf2017-02-241-0/+6
* migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-241-3/+8
* vpc: Use QEMU UUID APIFam Zheng2016-09-231-7/+3Star
* block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf2016-07-051-4/+4
* block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf2016-07-051-4/+4
* block: Convert bdrv_pread(v) to BdrvChildKevin Wolf2016-07-051-4/+4
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake2016-05-121-5/+5
* vpc: Implement .bdrv_co_pwritev() interfaceKevin Wolf2016-05-121-43/+43
* vpc: Implement .bdrv_co_preadv() interfaceKevin Wolf2016-05-121-37/+42
* block/vpc: update comments to be compliant w/coding guidelinesJeff Cody2016-04-151-34/+34
* block/vpc: set errp in vpc_openJeff Cody2016-04-151-0/+9
* block/vpc: make checks on max table size a bit more laxJeff Cody2016-04-151-4/+0Star
* block/vpc: Use the correct max sector count for VHD imagesJeff Cody2016-04-151-5/+5
* block/vpc: use current_size field for XenConverter VHD imagesJeff Cody2016-04-151-0/+2
* vpc: use current_size field for XenServer VHD imagesStefan Hajnoczi2016-04-151-1/+3
* block/vpc: set errp in vpc_createJeff Cody2016-04-151-0/+5
* vpc: fix return value check for blk_pwritePaolo Bonzini2016-04-121-1/+1
* block: Always set writeback mode in blk_new_open()Kevin Wolf2016-03-301-2/+1Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* blockdev: Split monitor reference from BB creationMax Reitz2016-03-171-1/+1
* vpc: Use BB functions in .bdrv_create()Kevin Wolf2016-03-141-16/+21
* block: Use writeback in .bdrv_create() implementationsKevin Wolf2016-03-141-1/+2
* block/vpc: give option to force the current_size field in .bdrv_createJeff Cody2016-03-141-7/+35
* block/vpc: choose size calculation method based on creator_app fieldJeff Cody2016-03-141-5/+82
* vpc: Assign bs->file->bs to file in vpc_co_get_block_statusFam Zheng2016-02-021-0/+2
* block: Add "file" output parameter to block status query functionsFam Zheng2016-02-021-1/+1
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* 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/+0Star
* 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/+4Star
* block/vpc: optimize vpc_co_get_block_statusPeter Lieven2015-03-161-10/+8Star
* vpc: Implement bdrv_co_get_block_status()Kevin Wolf2015-03-091-2/+48
* vpc: Fix size in fixed image creationKevin Wolf2015-03-091-7/+3Star