aboutsummaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-02block-backend: Silence clang -m32 compiler warningHanna Reitz1-1/+1
2021-10-15block-backend: drop INT_MAX restriction from blk_check_byte_request()Vladimir Sementsov-Ogievskiy1-1/+1
2021-10-15block-backend: blk_pread, blk_pwrite: rename count parameter to bytesVladimir Sementsov-Ogievskiy1-8/+8
2021-10-15block-backend: convert blk_aio_ functions to int64_t bytes paramterVladimir Sementsov-Ogievskiy1-5/+8
2021-10-15block-backend: convert blk_co_copy_range to int64_t bytesVladimir Sementsov-Ogievskiy1-1/+1
2021-10-15block-backend: convert blk_foo wrappers to use int64_t bytes parameterVladimir Sementsov-Ogievskiy1-5/+5
2021-10-15block-backend: drop blk_prw, use block-coroutine-wrapperVladimir Sementsov-Ogievskiy1-93/+58
2021-10-15block-backend: rename _do_ helper functions to _co_do_Vladimir Sementsov-Ogievskiy1-26/+26
2021-10-15block-backend: convert blk_co_pdiscard to int64_t bytesVladimir Sementsov-Ogievskiy1-2/+3
2021-10-15block-backend: convert blk_co_pwritev_part to int64_t bytesVladimir Sementsov-Ogievskiy1-4/+4
2021-10-15block-backend: make blk_co_preadv() 64bitVladimir Sementsov-Ogievskiy1-2/+2
2021-10-15block-backend: blk_check_byte_request(): int64_t bytesVladimir Sementsov-Ogievskiy1-3/+3
2021-10-06block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini1-0/+6
2021-09-01block: introduce blk_replace_bsVladimir Sementsov-Ogievskiy1-0/+8
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini1-0/+13
2021-06-25block-backend: align max_transfer to request alignmentPaolo Bonzini1-3/+3
2021-06-02block-backend: add drained_pollSergio Lopez1-1/+6
2021-06-02block-backend: improve blk_root_get_parent_desc()Vladimir Sementsov-Ogievskiy1-5/+4
2021-06-02block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy1-8/+2
2021-06-02block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy1-1/+1
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-04-30block: Add BDRV_O_NO_SHARE for blk_new_open()Kevin Wolf1-6/+13
2021-04-30block: drop ctx argument from bdrv_root_attach_childVladimir Sementsov-Ogievskiy1-2/+2
2021-04-30block: BdrvChildClass: add .get_parent_aio_context handlerVladimir Sementsov-Ogievskiy1-0/+9
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf1-3/+16
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-7/+8
2020-09-07commit: Deal with filtersMax Reitz1-2/+5
2020-07-21block: fix bdrv_aio_cancel() for ENOMEDIUM requestsStefan Hajnoczi1-0/+8
2020-07-14block: Avoid stale pointer dereference in blk_get_aio_context()Greg Kurz1-1/+3
2020-05-18block: Pass BdrvChildRole in remaining casesMax Reitz1-4/+7
2020-05-18block: Pass parent_is_format to .inherit_options()Max Reitz1-1/+1
2020-05-18block: Pass BdrvChildRole to .inherit_options()Max Reitz1-1/+2
2020-05-18block: Add BdrvChildRole to BdrvChildMax Reitz1-2/+2
2020-05-18block: Rename BdrvChildRole to BdrvChildClassMax Reitz1-3/+3
2020-05-18block: Add blk_make_empty()Max Reitz1-0/+10
2020-05-05block: Add blk_new_with_bs() helperEric Blake1-0/+23
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf1-2/+2
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf1-1/+1
2020-04-07block: Fix blk->in_flight during blk_wait_while_drained()Kevin Wolf1-12/+5
2020-04-07block: Increase BB.in_flight for coroutine and sync interfacesKevin Wolf1-23/+80
2020-04-07block-backend: Reorder flush/pdiscard function definitionsKevin Wolf1-46/+46
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz1-3/+3
2019-10-28block/block-backend: add blk_co_pwritev_partVladimir Sementsov-Ogievskiy1-4/+13
2019-10-14replay: add BH oneshot event for block layerPavel Dovgalyuk1-3/+6
2019-08-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-19/+50
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16trace: Do not include qom/cpu.h into generated trace.hMarkus Armbruster1-0/+1
2019-08-16block-backend: Queue requests while drainedKevin Wolf1-3/+50