summaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell1-1/+3
2014-11-11block: Fix comment for bdrv_co_get_block_statusFam Zheng1-1/+3
2014-11-03block: add bdrv_drain()Stefan Hajnoczi1-0/+1
2014-11-03block: Add status callback to bdrv_amend_options()Max Reitz1-1/+7
2014-11-03qcow2: Optimize bdrv_make_empty()Max Reitz1-0/+2
2014-10-23block: Add qemu_{,try_}blockalign0()Max Reitz1-0/+2
2014-10-20block: Lift device model API into BlockBackendMarkus Armbruster1-45/+0
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-7/+7
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-17/+17
2014-10-20block: Merge BlockBackend and BlockDriverState name spacesMarkus Armbruster1-1/+1
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster1-1/+1
2014-10-20block: Eliminate bdrv_iterate(), use bdrv_next()Markus Armbruster1-2/+0
2014-10-20block: Split bdrv_new_root() off bdrv_new()Markus Armbruster1-1/+2
2014-09-22block: Add bdrv_aio_cancel_asyncFam Zheng1-0/+1
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet1-0/+3
2014-09-10block: Extract the block accounting codeBenoît Canet1-24/+0
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet1-0/+7
2014-08-20block: Add bdrv_refresh_filename()Max Reitz1-0/+1
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf1-0/+1
2014-08-15block: New bdrv_nb_sectors()Markus Armbruster1-0/+1
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf1-1/+1
2014-07-07block: block: introduce APIs for submitting IO as a batchMing Lei1-0/+4
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody1-1/+2
2014-07-01block: add helper function to determine if a BDS is in a chainJeff Cody1-0/+1
2014-06-27block.c: Don't return success for bdrv_append_temp_snapshot() failureChen Gang1-1/+1
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet1-0/+4
2014-06-23qapi: adjust existing definesWenchao Xia1-4/+0
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-5/+3
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu1-3/+4
2014-06-04block: Move declaration of bdrv_get_aio_context to block.hFam Zheng1-0/+7
2014-06-04raw-posix: drop raw_get_aio_fd() since it is no longer usedStefan Hajnoczi1-9/+0
2014-06-04block: add bdrv_set_aio_context()Stefan Hajnoczi1-0/+11
2014-05-28block: Add bdrv_set_backing_hd()Fam Zheng1-0/+1
2014-05-28block: Replace in_use with operation blockerFam Zheng1-2/+0
2014-05-28block: Introduce op_blockers to BlockDriverStateFam Zheng1-0/+7
2014-05-28block: Add BlockOpType enumFam Zheng1-0/+19
2014-05-19block: Fix bdrv_is_allocated() for short backing filesKevin Wolf1-4/+7
2014-05-09block: Fix open flags with BDRV_O_SNAPSHOTKevin Wolf1-1/+1
2014-05-09qemu-img: Convert by cluster size if target is compressedFam Zheng1-0/+4
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf1-0/+1
2014-04-22block: Add errp to bdrv_new()Kevin Wolf1-1/+1
2014-04-22block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmapFam Zheng1-1/+2
2014-04-04block: Fix snapshot=on for protocol parsed from filenameKevin Wolf1-0/+1
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf1-2/+2
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet1-9/+0
2014-02-21block: Remove bdrv_open_image()'s force_raw optionMax Reitz1-1/+1
2014-02-21block: Make bdrv_file_open() staticMax Reitz1-3/+3
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz1-2/+3
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz1-1/+1
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf1-0/+8