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
/
include
/
block
/
block-io.h
Age
Commit message (
Expand
)
Author
2023-02-23
block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_flush() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark bdrv_co_ioctl() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_block_status() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Make bdrv_can_set_read_only() static
Kevin Wolf
2023-02-01
block: Convert bdrv_debug_event() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_lock_medium() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_eject() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_get_info() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_get_allocated_file_size() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_is_inserted() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_io_unplug() to co_wrapper
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_io_plug() to co_wrapper
Emanuele Giuseppe Esposito
2023-01-24
block: remove bdrv_coroutine_enter
Paolo Bonzini
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-12-15
block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlock
Emanuele Giuseppe Esposito
2022-12-15
block/dirty-bitmap: convert coroutine-only functions to co_wrapper
Emanuele Giuseppe Esposito
2022-12-15
block: rename generated_co_wrapper in co_wrapper_mixed
Emanuele Giuseppe Esposito
2022-12-15
block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_abov...
Emanuele Giuseppe Esposito
2022-12-15
block: Remove poll parameter from bdrv_parent_drained_begin_single()
Kevin Wolf
2022-12-15
block: Don't poll in bdrv_replace_child_noperm()
Kevin Wolf
2022-12-15
block: Remove ignore_bds_parents parameter from drain_begin/end.
Kevin Wolf
2022-12-15
block: Remove subtree drains
Kevin Wolf
2022-12-15
block: Remove drained_end_counter
Kevin Wolf
2022-11-10
block: Make bdrv_child_get_parent_aio_context I/O
Hanna Reitz
2022-10-27
block: add missing coroutine_fn annotation to prototypes
Alberto Faria
2022-09-30
block: move bdrv_qiov_is_aligned to file-posix
Keith Busch
2022-07-12
block: Add bdrv_co_pwrite_sync()
Alberto Faria
2022-07-12
block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapper
Alberto Faria
2022-07-12
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
2022-07-12
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
2022-06-24
block: drop unused bdrv_co_drain() API
Stefan Hajnoczi
2022-05-04
block: Classify bdrv_get_flags() as I/O function
Hanna Reitz
2022-03-04
IO_CODE and IO_OR_GS_CODE for block I/O API
Emanuele Giuseppe Esposito
2022-03-04
include/block/block: split header into I/O and global state API
Emanuele Giuseppe Esposito