aboutsummaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)Author
2021-06-02block-backend: add drained_pollSergio Lopez
2021-06-02block-backend: improve blk_root_get_parent_desc()Vladimir Sementsov-Ogievskiy
2021-06-02block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy
2021-06-02block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-04-30block: Add BDRV_O_NO_SHARE for blk_new_open()Kevin Wolf
2021-04-30block: drop ctx argument from bdrv_root_attach_childVladimir Sementsov-Ogievskiy
2021-04-30block: BdrvChildClass: add .get_parent_aio_context handlerVladimir Sementsov-Ogievskiy
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-07commit: Deal with filtersMax Reitz
2020-07-21block: fix bdrv_aio_cancel() for ENOMEDIUM requestsStefan Hajnoczi
2020-07-14block: Avoid stale pointer dereference in blk_get_aio_context()Greg Kurz
2020-05-18block: Pass BdrvChildRole in remaining casesMax Reitz
2020-05-18block: Pass parent_is_format to .inherit_options()Max Reitz
2020-05-18block: Pass BdrvChildRole to .inherit_options()Max Reitz
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz
2020-05-18block: Add blk_make_empty()Max Reitz
2020-05-05block: Add blk_new_with_bs() helperEric Blake
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf
2020-04-07block: Fix blk->in_flight during blk_wait_while_drained()Kevin Wolf
2020-04-07block: Increase BB.in_flight for coroutine and sync interfacesKevin Wolf
2020-04-07block-backend: Reorder flush/pdiscard function definitionsKevin Wolf
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-10-28block/block-backend: add blk_co_pwritev_partVladimir Sementsov-Ogievskiy
2019-10-14replay: add BH oneshot event for block layerPavel Dovgalyuk
2019-08-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster
2019-08-16block-backend: Queue requests while drainedKevin Wolf
2019-08-16block: Remove blk_pread_unthrottled()Kevin Wolf
2019-07-19block: Do not poll in bdrv_do_drained_end()Max Reitz
2019-06-18block/block-backend: blk_iostatus_reset: drop usage of bs->jobVladimir Sementsov-Ogievskiy
2019-06-04block: Adjust AioContexts when attaching nodesKevin Wolf
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf
2019-05-28block: Make bdrv_root_attach_child() unref child_bs on failureAlberto Garcia
2019-05-20block: Add blk_set_allow_aio_context_change()Kevin Wolf
2019-05-20block: Implement .(can_)set_aio_ctx for BlockBackendKevin Wolf
2019-04-01block: Add bdrv_get_request_alignment()Eric Blake
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-02-25block-backend: Make blk_inc/dec_in_flight publicKevin Wolf
2019-02-22block/block-backend: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy
2019-02-01block: Remove blk_attach_dev_legacy() / legacy_dev codeThomas Huth
2019-02-01block: Fix hangs in synchronous APIs with iothreadsKevin Wolf
2019-01-31qapi: add x-debug-query-block-graphVladimir Sementsov-Ogievskiy