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_int-io.h
Age
Commit message (
Expand
)
Author
2023-02-23
block: Mark bdrv_co_refresh_total_sectors() and callers GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark preadv_snapshot/snapshot_block_status GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_copy_range() GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-23
block: Mark public read/write functions GRAPH_RDLOCK
Kevin Wolf
2023-02-23
block: Mark bdrv_co_pdiscard() and callers GRAPH_RDLOCK
Emanuele Giuseppe Esposito
2023-02-01
block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
Emanuele Giuseppe Esposito
2023-02-01
block: Rename refresh_total_sectors to bdrv_refresh_total_sectors
Emanuele Giuseppe Esposito
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2022-12-15
block: Remove subtree drains
Kevin Wolf
2022-09-30
block: make serializing requests functions 'void'
Denis V. Lunev
2022-07-12
block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_t
Alberto Faria
2022-07-12
block: Make bdrv_co_pwrite() take a const buffer
Alberto Faria
2022-06-24
block: simplify handling of try to merge different sized bitmaps
Vladimir Sementsov-Ogievskiy
2022-03-07
block/io: introduce block driver snapshot-access API
Vladimir Sementsov-Ogievskiy
2022-03-04
IO_CODE and IO_OR_GS_CODE for block_int I/O API
Emanuele Giuseppe Esposito
2022-03-04
include/block/block_int: split header into I/O and global state API
Emanuele Giuseppe Esposito