summaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)Author
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
2018-11-12block: Null pointer dereference in blk_root_get_parent_desc()Liam Merwick
2018-11-05block: change some function return type to boolLi Qiang
2018-10-01block-backend: Set werror/rerror defaults in blk_new()Kevin Wolf
2018-09-25block: Use a single global AioWaitKevin Wolf
2018-09-25block-backend: Decrease in_flight only after callbackKevin Wolf
2018-09-25block-backend: Fix potential double blk_delete()Kevin Wolf
2018-09-25block-backend: Add .drained_poll callbackKevin Wolf
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-15block: Remove deprecated -drive option serialKevin Wolf
2018-07-10block: Use BdrvChild to discardFam Zheng
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck
2018-07-10block: split flags in copy_rangeVladimir Sementsov-Ogievskiy
2018-06-18block: fix QEMU crash with scsi-hd and drive_delGreg Kurz
2018-06-15block: Remove deprecated -drive option serialKevin Wolf
2018-06-01block-backend: Add blk_co_copy_rangeFam Zheng
2018-05-15block-backend: simplify blk_get_aio_contextDaniel Henrique Barboza
2018-03-13block: let blk_add/remove_aio_context_notifier() tolerate BDS changesStefan Hajnoczi
2018-03-08block: Fix qemu crash when using scsi-blockDeepa Srinivasan
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-03-05block: Fix NULL dereference on empty drive errorKevin Wolf
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02block: add BlockBackend->in_flight counterStefan Hajnoczi
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-08block: Introduce buf register APIFam Zheng
2017-11-21block: Don't request I/O permission with BDRV_O_NO_IOKevin Wolf
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz
2017-11-13block: Leave valid throttle timers when removing a BDS from a backendAlberto Garcia
2017-11-13block: Check for inserted BlockDriverState in blk_io_limits_disable()Alberto Garcia