summaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)Author
2016-03-17blockdev: Add list of all BlockBackendsMax Reitz
2016-03-17blockdev: Rename blk_backendsMax Reitz
2016-03-17block: Add blk_commit_all()Max Reitz
2016-03-17block: Use blk_next() in block-backend.cMax Reitz
2016-03-14block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf
2016-02-02block: Add blk_remove_all_bs()Max Reitz
2016-02-02block: Use blk_remove_bs() in blk_delete()Max Reitz
2016-02-02block: Remove BDS close notifierMax Reitz
2016-02-02block: Add BB-BDS remove/insert notifiersMax Reitz
2016-02-02block: Add blk_dev_has_tray()Max Reitz
2016-01-20block: Clean up includesPeter Maydell
2016-01-15nbd-server: do not exit on failed memory allocationPaolo Bonzini
2015-12-22block-backend: add blk_get_max_iov()Stefan Hajnoczi
2015-11-17block: add blk_abort_aio_requestPeter Lieven
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia
2015-11-11block: Add blk_get_refcnt()Alberto Garcia
2015-11-11block: Inquire tray state before tray-moved eventsMax Reitz
2015-11-11block: Add functions for inheriting a BBRSMax Reitz
2015-11-11block: Add blk_remove_bs()Max Reitz
2015-10-23block: Add blk_insert_bs()Max Reitz
2015-10-23block: Prepare remaining BB functions for NULL BDSMax Reitz
2015-10-23block: Fail requests to empty BlockBackendMax Reitz
2015-10-23block: Make some BB functions fall back to BBRSMax Reitz
2015-10-23block: Add BlockBackendRootStateMax Reitz
2015-10-23block: Move I/O status and error actions into BBMax Reitz
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz
2015-10-23block: Fix BB AIOCB AioContext without BDSMax Reitz
2015-10-23block: Add blk_is_available()Max Reitz
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz
2015-10-16block-backend: Add blk_set_bs()Kevin Wolf
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz
2015-06-23block-backend: Introduce blk_drain()Alexander Yarygin
2015-04-28block-backend: Expose bdrv_write_zeroes()Kevin Wolf
2015-03-10block-backend: Add wrappers for blocksizes and geometry probingEkaterina Tumanova
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster
2015-02-16block: Clamp BlockBackend requestsMax Reitz
2015-02-16block: Add blk_new_open()Max Reitz
2015-02-16block: Lift some BDS functions to the BlockBackendMax Reitz
2015-02-06block-backend: expose bs->bl.max_transfer_lengthPeter Lieven
2015-01-13coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini
2014-12-10block: Add blk_add_close_notifier() for BBMax Reitz
2014-12-10block: Add AioContextNotifier functions to BBMax Reitz
2014-12-10block: Lift more functions into BlockBackendMax Reitz
2014-10-20block: Make device model's references to BlockBackend strongMarkus Armbruster
2014-10-20block: Lift device model API into BlockBackendMarkus Armbruster
2014-10-20blockdev: Fix blockdev-add not to create DriveInfoMarkus Armbruster
2014-10-20blockdev: Drop superfluous DriveInfo member idMarkus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster