aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/block-backend.h
AgeCommit message (Expand)Author
2016-10-27block: Use blk_co_ioctl() for all BB level ioctlsKevin Wolf
2016-10-07block-backend: Remember if attached device is non-qdevKevin Wolf
2016-09-29block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf
2016-09-29block-backend: remove blk_flush_allJohn Snow
2016-09-23qdev-monitor: Add blk_by_qdev_id()Kevin Wolf
2016-09-23block: Add blk_by_dev()Kevin Wolf
2016-09-05block: switch blk_write_compressed() to byte-based interfacePavel Butsykin
2016-09-05block: Accept node-name for block-streamKevin Wolf
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake
2016-05-25block: Make blk_co_preadv/pwritev() publicKevin Wolf
2016-05-25block: Rename blk_write_zeroes()Eric Blake
2016-05-25block: Drop errp parameter from blk_new()Max Reitz
2016-05-25block: Drop blk_new_with_bs()Max Reitz
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-05-19block: Add bdrv_has_blk()Kevin Wolf
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf
2016-05-19block: Introduce BlockBackendPublicKevin Wolf
2016-05-12block: Kill unused sector-based blk_* functionsEric Blake
2016-05-12block: Introduce byte-based aio read/writeEric Blake
2016-05-12block: Switch blk_*write_zeroes() to byte interfaceEric Blake
2016-05-12block: Switch blk_read_unthrottled() to byte interfaceEric Blake
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
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