aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/block-backend.h
AgeCommit message (Expand)Author
2016-03-17block: Add blk_next_root_bs()Max Reitz
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-17blockdev: Separate BB name managementMax Reitz
2016-03-17block: Add blk_commit_all()Max Reitz
2016-03-14block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf
2016-02-23include: Clean up includesPeter Maydell
2016-02-02block: Add blk_remove_all_bs()Max Reitz
2016-02-02block: Remove BDS close notifierMax Reitz
2016-02-02block: Add BB-BDS remove/insert notifiersMax Reitz
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-11block: Add blk_get_refcnt()Alberto Garcia
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: Add BlockBackendRootStateMax Reitz
2015-10-23block: Move I/O status and error actions into BBMax Reitz
2015-10-23block: Add blk_is_available()Max Reitz
2015-10-23block: Make bdrv_is_inserted() return a boolMax 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: 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
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: Lift device model API into BlockBackendMarkus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Connect BlockBackend to BlockDriverStateMarkus Armbruster
2014-10-20block: New BlockBackendMarkus Armbruster