index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
block-backend.c
Age
Commit message (
Expand
)
Author
2021-11-02
block-backend: Silence clang -m32 compiler warning
Hanna Reitz
2021-10-15
block-backend: drop INT_MAX restriction from blk_check_byte_request()
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: blk_pread, blk_pwrite: rename count parameter to bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: convert blk_aio_ functions to int64_t bytes paramter
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: convert blk_co_copy_range to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: convert blk_foo wrappers to use int64_t bytes parameter
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: drop blk_prw, use block-coroutine-wrapper
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: rename _do_ helper functions to _co_do_
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: convert blk_co_pdiscard to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: convert blk_co_pwritev_part to int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: make blk_co_preadv() 64bit
Vladimir Sementsov-Ogievskiy
2021-10-15
block-backend: blk_check_byte_request(): int64_t bytes
Vladimir Sementsov-Ogievskiy
2021-10-06
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
2021-09-01
block: introduce blk_replace_bs
Vladimir Sementsov-Ogievskiy
2021-06-25
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
2021-06-25
block-backend: align max_transfer to request alignment
Paolo Bonzini
2021-06-02
block-backend: add drained_poll
Sergio Lopez
2021-06-02
block-backend: improve blk_root_get_parent_desc()
Vladimir Sementsov-Ogievskiy
2021-06-02
block: drop BlockBackendRootState::read_only
Vladimir Sementsov-Ogievskiy
2021-06-02
block: consistently use bdrv_is_read_only()
Vladimir Sementsov-Ogievskiy
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-04-30
block: Add BDRV_O_NO_SHARE for blk_new_open()
Kevin Wolf
2021-04-30
block: drop ctx argument from bdrv_root_attach_child
Vladimir Sementsov-Ogievskiy
2021-04-30
block: BdrvChildClass: add .get_parent_aio_context handler
Vladimir Sementsov-Ogievskiy
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-07
commit: Deal with filters
Max Reitz
2020-07-21
block: fix bdrv_aio_cancel() for ENOMEDIUM requests
Stefan Hajnoczi
2020-07-14
block: Avoid stale pointer dereference in blk_get_aio_context()
Greg Kurz
2020-05-18
block: Pass BdrvChildRole in remaining cases
Max Reitz
2020-05-18
block: Pass parent_is_format to .inherit_options()
Max Reitz
2020-05-18
block: Pass BdrvChildRole to .inherit_options()
Max Reitz
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
2020-05-18
block: Add blk_make_empty()
Max Reitz
2020-05-05
block: Add blk_new_with_bs() helper
Eric Blake
2020-04-30
block-backend: Add flags to blk_truncate()
Kevin Wolf
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
2020-04-07
block: Fix blk->in_flight during blk_wait_while_drained()
Kevin Wolf
2020-04-07
block: Increase BB.in_flight for coroutine and sync interfaces
Kevin Wolf
2020-04-07
block-backend: Reorder flush/pdiscard function definitions
Kevin Wolf
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
2019-10-28
block/block-backend: add blk_co_pwritev_part
Vladimir Sementsov-Ogievskiy
2019-10-14
replay: add BH oneshot event for block layer
Pavel Dovgalyuk
2019-08-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
trace: Do not include qom/cpu.h into generated trace.h
Markus Armbruster
2019-08-16
block-backend: Queue requests while drained
Kevin Wolf
[next]