summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | blockjob: add block_job_defer_to_main_loop()Stefan Hajnoczi2014-11-031-0/+19
* | block: Add status callback to bdrv_amend_options()Max Reitz2014-11-032-2/+9
* | blockjob: Add "ready" fieldMax Reitz2014-11-031-0/+5
* | blockjob: Introduce block_job_complete_sync()Max Reitz2014-11-031-0/+15
* | qcow2: Optimize bdrv_make_empty()Max Reitz2014-11-031-0/+2
* | BlockLimits: introduce max_transfer_lengthPeter Lieven2014-11-031-0/+3
|/
* block: Add qemu_{,try_}blockalign0()Max Reitz2014-10-231-0/+2
* block: Lift device model API into BlockBackendMarkus Armbruster2014-10-202-50/+7
* block/qapi: Convert qmp_query_block() to BlockBackendMarkus Armbruster2014-10-201-3/+0
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-205-23/+23
* block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster2014-10-204-27/+27
* block: Merge BlockBackend and BlockDriverState name spacesMarkus Armbruster2014-10-201-1/+1
* block: Eliminate BlockDriverState member device_name[]Markus Armbruster2014-10-202-3/+1
* block: Eliminate bdrv_iterate(), use bdrv_next()Markus Armbruster2014-10-201-2/+0
* block: Connect BlockBackend to BlockDriverStateMarkus Armbruster2014-10-201-0/+2
* block: Split bdrv_new_root() off bdrv_new()Markus Armbruster2014-10-201-1/+2
* async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos2014-09-221-1/+1
* block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng2014-09-221-1/+1
* block: Drop AIOCBInfo.cancelFam Zheng2014-09-221-1/+0
* block: Add bdrv_aio_cancel_asyncFam Zheng2014-09-222-0/+3
* block: Add refcnt in BlockDriverAIOCBFam Zheng2014-09-221-0/+2
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-102-5/+8
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-101-7/+7
* block: Extract the block accounting codeBenoît Canet2014-09-103-24/+58
* block: Extract the BlockAcctStats structureBenoît Canet2014-09-102-4/+8
* thread-pool: Drop unnecessary includesMarkus Armbruster2014-09-101-5/+1
* block: Add AIO context notifiersMax Reitz2014-08-291-0/+41
* aio-win32: add support for socketsPaolo Bonzini2014-08-291-2/+0
* AioContext: introduce aio_preparePaolo Bonzini2014-08-291-1/+8
* AioContext: export and use aio_dispatchPaolo Bonzini2014-08-291-0/+6
* AioContext: take bottom halves into account when computing aio_poll timeoutPaolo Bonzini2014-08-291-0/+8
* coroutine: Drop co_sleep_nsFam Zheng2014-08-291-8/+0
* block: Add bdrv_refresh_filename()Max Reitz2014-08-202-0/+7
* block: Introduce qemu_try_blockalign()Kevin Wolf2014-08-151-0/+1
* coroutine: make pool size dynamicStefan Hajnoczi2014-08-151-0/+11
* block: New bdrv_nb_sectors()Markus Armbruster2014-08-151-0/+1
* block: Add Error argument to bdrv_refresh_limits()Kevin Wolf2014-07-182-2/+2
* AioContext: do not rely on aio_poll(ctx, true) result to end a loopPaolo Bonzini2014-07-141-3/+3
* AioContext: speed up aio_notifyPaolo Bonzini2014-07-091-0/+9
* block: drop aio functions that operate on the main AioContextPaolo Bonzini2014-07-093-18/+5
* block: block: introduce APIs for submitting IO as a batchMing Lei2014-07-072-0/+9
* block: extend block-commit to accept a string for the backing fileJeff Cody2014-07-012-2/+4
* block: add helper function to determine if a BDS is in a chainJeff Cody2014-07-011-0/+1
* qemu-img create: add 'nocow' optionChunyan Liu2014-07-011-0/+1
* Merge remote-tracking branch 'remotes/bonzini/nbd-next' into stagingPeter Maydell2014-06-301-0/+12
|\
| * nbd: Handle NBD_OPT_LIST option.Hani Benhabiles2014-06-301-0/+3
| * nbd: Handle fixed new-style clients.Hani Benhabiles2014-06-301-0/+9
OpenPOWER on IntegriCloud