summaryrefslogtreecommitdiffstats
path: root/include/block/block.h
Commit message (Expand)AuthorAgeFilesLines
* block: Add bdrv_get_node_nameFam Zheng2014-12-101-0/+1
* block: Add bdrv_next_nodeFam Zheng2014-12-101-0/+1
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell2014-11-111-1/+3
|\
| * block: Fix comment for bdrv_co_get_block_statusFam Zheng2014-11-111-1/+3
* | block: add bdrv_drain()Stefan Hajnoczi2014-11-031-0/+1
* | block: Add status callback to bdrv_amend_options()Max Reitz2014-11-031-1/+7
* | qcow2: Optimize bdrv_make_empty()Max Reitz2014-11-031-0/+2
|/
* block: Add qemu_{,try_}blockalign0()Max Reitz2014-10-231-0/+2
* block: Lift device model API into BlockBackendMarkus Armbruster2014-10-201-45/+0
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-7/+7
* block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster2014-10-201-17/+17
* block: Merge BlockBackend and BlockDriverState name spacesMarkus Armbruster2014-10-201-1/+1
* block: Eliminate BlockDriverState member device_name[]Markus Armbruster2014-10-201-1/+1
* block: Eliminate bdrv_iterate(), use bdrv_next()Markus Armbruster2014-10-201-2/+0
* block: Split bdrv_new_root() off bdrv_new()Markus Armbruster2014-10-201-1/+2
* block: Add bdrv_aio_cancel_asyncFam Zheng2014-09-221-0/+1
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-101-0/+3
* block: Extract the block accounting codeBenoît Canet2014-09-101-24/+0
* block: Extract the BlockAcctStats structureBenoît Canet2014-09-101-0/+7
* block: Add bdrv_refresh_filename()Max Reitz2014-08-201-0/+1
* block: Introduce qemu_try_blockalign()Kevin Wolf2014-08-151-0/+1
* block: New bdrv_nb_sectors()Markus Armbruster2014-08-151-0/+1
* block: Add Error argument to bdrv_refresh_limits()Kevin Wolf2014-07-181-1/+1
* block: block: introduce APIs for submitting IO as a batchMing Lei2014-07-071-0/+4
* block: extend block-commit to accept a string for the backing fileJeff Cody2014-07-011-1/+2
* block: add helper function to determine if a BDS is in a chainJeff Cody2014-07-011-0/+1
* block.c: Don't return success for bdrv_append_temp_snapshot() failureChen Gang2014-06-271-1/+1
* block: Add replaces argument to drive-mirrorBenoît Canet2014-06-271-0/+4
* qapi: adjust existing definesWenchao Xia2014-06-231-4/+0
* cleanup QEMUOptionParameterChunyan Liu2014-06-161-5/+3
* change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu2014-06-161-3/+4
* block: Move declaration of bdrv_get_aio_context to block.hFam Zheng2014-06-041-0/+7
* raw-posix: drop raw_get_aio_fd() since it is no longer usedStefan Hajnoczi2014-06-041-9/+0
* block: add bdrv_set_aio_context()Stefan Hajnoczi2014-06-041-0/+11
* block: Add bdrv_set_backing_hd()Fam Zheng2014-05-281-0/+1
* block: Replace in_use with operation blockerFam Zheng2014-05-281-2/+0
* block: Introduce op_blockers to BlockDriverStateFam Zheng2014-05-281-0/+7
* block: Add BlockOpType enumFam Zheng2014-05-281-0/+19
* block: Fix bdrv_is_allocated() for short backing filesKevin Wolf2014-05-191-4/+7
* block: Fix open flags with BDRV_O_SNAPSHOTKevin Wolf2014-05-091-1/+1
* qemu-img: Convert by cluster size if target is compressedFam Zheng2014-05-091-0/+4
* block: Unlink temporary files in raw-posix/win32Kevin Wolf2014-04-301-0/+1
* block: Add errp to bdrv_new()Kevin Wolf2014-04-221-1/+1
* block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmapFam Zheng2014-04-221-1/+2
* block: Fix snapshot=on for protocol parsed from filenameKevin Wolf2014-04-041-0/+1
* block: Add error handling to bdrv_invalidate_cache()Kevin Wolf2014-03-191-2/+2
* block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet2014-03-131-9/+0
* block: Remove bdrv_open_image()'s force_raw optionMax Reitz2014-02-211-1/+1
* block: Make bdrv_file_open() staticMax Reitz2014-02-211-3/+3
* block: Add reference parameter to bdrv_open()Max Reitz2014-02-211-2/+3
OpenPOWER on IntegriCloud