summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2015-01-13coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini
2015-01-13block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy
2015-01-13block: JSON filenames and relative backing filesMax Reitz
2015-01-13block: Get full backing filename from stringMax Reitz
2014-12-12block: drop unused bdrv_clear_incoming_migration_all() prototypeStefan Hajnoczi
2014-12-12vmdk: Fix error for JSON descriptor file namesMax Reitz
2014-12-10block: Make essential BlockDriver objects publicMax Reitz
2014-12-10raw: Prohibit dangerous writes for probed imagesKevin Wolf
2014-12-10block: Read only one sector for format probingKevin Wolf
2014-12-10nbd: Change external interface to BlockBackendMax Reitz
2014-12-10block: Add bdrv_get_node_nameFam Zheng
2014-12-10block: Add bdrv_next_nodeFam Zheng
2014-11-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell
2014-11-11block: Fix comment for bdrv_co_get_block_statusFam Zheng
2014-11-03block: add bdrv_drain()Stefan Hajnoczi
2014-11-03blockjob: add block_job_defer_to_main_loop()Stefan Hajnoczi
2014-11-03block: Add status callback to bdrv_amend_options()Max Reitz
2014-11-03blockjob: Add "ready" fieldMax Reitz
2014-11-03blockjob: Introduce block_job_complete_sync()Max Reitz
2014-11-03qcow2: Optimize bdrv_make_empty()Max Reitz
2014-11-03BlockLimits: introduce max_transfer_lengthPeter Lieven
2014-10-23block: Add qemu_{,try_}blockalign0()Max Reitz
2014-10-20block: Lift device model API into BlockBackendMarkus Armbruster
2014-10-20block/qapi: Convert qmp_query_block() to BlockBackendMarkus Armbruster
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster
2014-10-20block: Merge BlockBackend and BlockDriverState name spacesMarkus Armbruster
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster
2014-10-20block: Eliminate bdrv_iterate(), use bdrv_next()Markus Armbruster
2014-10-20block: Connect BlockBackend to BlockDriverStateMarkus Armbruster
2014-10-20block: Split bdrv_new_root() off bdrv_new()Markus Armbruster
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng
2014-09-22block: Drop AIOCBInfo.cancelFam Zheng
2014-09-22block: Add bdrv_aio_cancel_asyncFam Zheng
2014-09-22block: Add refcnt in BlockDriverAIOCBFam Zheng
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet
2014-09-10block: Extract the block accounting codeBenoît Canet
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet
2014-09-10thread-pool: Drop unnecessary includesMarkus Armbruster
2014-08-29block: Add AIO context notifiersMax Reitz
2014-08-29aio-win32: add support for socketsPaolo Bonzini
2014-08-29AioContext: introduce aio_preparePaolo Bonzini
2014-08-29AioContext: export and use aio_dispatchPaolo Bonzini
2014-08-29AioContext: take bottom halves into account when computing aio_poll timeoutPaolo Bonzini
2014-08-29coroutine: Drop co_sleep_nsFam Zheng
2014-08-20block: Add bdrv_refresh_filename()Max Reitz
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf
2014-08-15coroutine: make pool size dynamicStefan Hajnoczi