summaryrefslogtreecommitdiff
path: root/block/vpc.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-2/+2
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-1/+1
2018-03-19vpc: Require aligned size in .bdrv_co_createKevin Wolf1-31/+82
2018-03-19vpc: Support .bdrv_co_createKevin Wolf1-37/+115
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi1-2/+3
2018-03-02vpc: Switch to .bdrv_co_block_status()Eric Blake1-22/+23
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+2
2017-08-31vpc: use DIV_ROUND_UPMarc-André Lureau1-2/+2
2017-08-11vpc: Check failure of bdrv_getlength()Eric Blake1-1/+8
2017-07-21block/vpc: fix uninitialised variable compiler warningMark Cave-Ayland1-1/+1
2017-07-18block/vpc.c: Handle write failures in get_image_offset()Peter Maydell1-7/+23
2017-07-17vpc: make it thread-safePaolo Bonzini1-10/+10
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz1-1/+1
2017-07-10block: Simplify use of BDRV_BLOCK_RAWEric Blake1-1/+1
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-04-28block: Add errp to b{lk,drv}_truncate()Max Reitz1-6/+7
2017-02-28block: Add BDRV_O_RESIZE for blk_new_open()Kevin Wolf1-1/+2
2017-02-28block: Request child permissions in format driversKevin Wolf1-0/+1
2017-02-24block: Attach bs->file only during .bdrv_open()Kevin Wolf1-0/+6
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya1-3/+8
2016-09-23vpc: Use QEMU UUID APIFam Zheng1-7/+3
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf1-4/+4
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf1-4/+4
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf1-4/+4
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake1-5/+5
2016-05-12vpc: Implement .bdrv_co_pwritev() interfaceKevin Wolf1-43/+43
2016-05-12vpc: Implement .bdrv_co_preadv() interfaceKevin Wolf1-37/+42
2016-04-15block/vpc: update comments to be compliant w/coding guidelinesJeff Cody1-34/+34
2016-04-15block/vpc: set errp in vpc_openJeff Cody1-0/+9
2016-04-15block/vpc: make checks on max table size a bit more laxJeff Cody1-4/+0
2016-04-15block/vpc: Use the correct max sector count for VHD imagesJeff Cody1-5/+5
2016-04-15block/vpc: use current_size field for XenConverter VHD imagesJeff Cody1-0/+2
2016-04-15vpc: use current_size field for XenServer VHD imagesStefan Hajnoczi1-1/+3
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