summaryrefslogtreecommitdiff
path: root/include/sysemu/block-backend.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster1-0/+2
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-2/+0
2016-03-17block: Add blk_next_root_bs()Max Reitz1-0/+1
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz1-2/+0
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz1-5/+4
2016-03-17blockdev: Separate BB name managementMax Reitz1-0/+2
2016-03-17block: Add blk_commit_all()Max Reitz1-0/+1
2016-03-14block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf1-0/+1
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2016-02-02block: Add blk_remove_all_bs()Max Reitz1-0/+1
2016-02-02block: Remove BDS close notifierMax Reitz1-1/+0
2016-02-02block: Add BB-BDS remove/insert notifiersMax Reitz1-0/+2
2016-01-15nbd-server: do not exit on failed memory allocationPaolo Bonzini1-0/+1
2015-12-22block-backend: add blk_get_max_iov()Stefan Hajnoczi1-0/+1
2015-11-17block: add blk_abort_aio_requestPeter Lieven1-0/+3
2015-11-11block: Add blk_get_refcnt()Alberto Garcia1-0/+1
2015-11-11block: Add functions for inheriting a BBRSMax Reitz1-0/+2
2015-11-11block: Add blk_remove_bs()Max Reitz1-0/+1
2015-10-23block: Add blk_insert_bs()Max Reitz1-0/+1
2015-10-23block: Add BlockBackendRootStateMax Reitz1-0/+2
2015-10-23block: Move I/O status and error actions into BBMax Reitz1-0/+7
2015-10-23block: Add blk_is_available()Max Reitz1-0/+1
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz1-1/+1
2015-06-23block-backend: Introduce blk_drain()Alexander Yarygin1-0/+1
2015-04-28block-backend: Expose bdrv_write_zeroes()Kevin Wolf1-0/+2
2015-03-10block-backend: Add wrappers for blocksizes and geometry probingEkaterina Tumanova1-0/+2
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell1-1/+1
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster1-1/+1
2015-02-16block: Add blk_new_open()Max Reitz1-0/+3
2015-02-16block: Lift some BDS functions to the BlockBackendMax Reitz1-0/+10
2015-02-06block-backend: expose bs->bl.max_transfer_lengthPeter Lieven1-0/+1
2014-12-10block: Add blk_add_close_notifier() for BBMax Reitz1-0/+1
2014-12-10block: Add AioContextNotifier functions to BBMax Reitz1-0/+8
2014-12-10block: Lift more functions into BlockBackendMax Reitz1-0/+3
2014-10-20block: Lift device model API into BlockBackendMarkus Armbruster1-0/+35
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-0/+76
2014-10-20block: Connect BlockBackend to BlockDriverStateMarkus Armbruster1-0/+5
2014-10-20block: New BlockBackendMarkus Armbruster1-0/+26