index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
block
/
block_int.h
Age
Commit message (
Expand
)
Author
2019-02-25
block: Purify .bdrv_refresh_filename()
Max Reitz
2019-02-25
block: Add BlockDriver.bdrv_gather_child_options
Max Reitz
2019-02-25
block: Add strong_runtime_opts to BlockDriver
Max Reitz
2019-02-25
block: Add bdrv_dirname()
Max Reitz
2019-02-25
block: Add BDS.auto_backing_file
Max Reitz
2019-02-25
block: fix bdrv_check_perm for non-tree subgraph
Vladimir Sementsov-Ogievskiy
2019-02-11
bdrv_query_image_info Error parameter added
Andrey Shinkevich
2018-10-29
dirty-bitmap: rename bdrv_undo_clear_dirty_bitmap
Vladimir Sementsov-Ogievskiy
2018-09-25
block: Use a single global AioWait
Kevin Wolf
2018-09-25
block/stream: add block job creation flags
John Snow
2018-09-25
block/mirror: add block job creation flags
John Snow
2018-09-25
block/commit: add block job creation flags
John Snow
2018-07-10
block: Use uint64_t for BdrvTrackedRequest byte fields
Fam Zheng
2018-07-10
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
2018-07-10
block: Poll after drain on attaching a node
Kevin Wolf
2018-06-29
block: Use tracked request for truncate
Kevin Wolf
2018-06-29
block: Move bdrv_truncate() implementation to io.c
Kevin Wolf
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2018-06-18
block/mirror: Add copy mode QAPI interface
Max Reitz
2018-06-18
block: Allow graph changes in bdrv_drain_all_begin/end sections
Kevin Wolf
2018-06-18
block: ignore_bds_parents parameter for drain functions
Kevin Wolf
2018-06-18
block: Really pause block jobs on drain
Kevin Wolf
2018-06-11
block: Add Error parameter to bdrv_amend_options
Max Reitz
2018-06-01
block: Introduce API for copy offloading
Fam Zheng
2018-05-23
job: Switch transactions to JobTxn
Kevin Wolf
2018-05-15
block: Document BDRV_REQ_WRITE_UNCHANGED support
Max Reitz
2018-05-15
block: Merge .bdrv_co_writev{,_flags} in drivers
Eric Blake
2018-05-15
block: Drop last of the sector-based aio callbacks
Eric Blake
2018-05-15
block: Support byte-based aio callbacks
Eric Blake
2018-03-26
include/block/block_int: Document protocol related functions
Fabiano Rosas
2018-03-09
block: x-blockdev-create QMP command
Kevin Wolf
2018-03-09
block: convert bdrv_check callback to coroutine_fn
Paolo Bonzini
2018-03-09
block: convert bdrv_invalidate_cache callback to coroutine_fn
Paolo Bonzini
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
2018-03-02
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi
2018-03-02
block: Drop unused .bdrv_co_get_block_status()
Eric Blake
2018-03-02
block: Switch passthrough drivers to .bdrv_co_block_status()
Eric Blake
2018-03-02
block: Add .bdrv_co_block_status() callback
Eric Blake
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
2018-02-08
block: Introduce buf register API
Fam Zheng
2017-12-22
block: Allow graph changes in subtree drained section
Kevin Wolf
2017-12-22
block: Remove unused bdrv_requests_pending
Fam Zheng
2017-10-26
block: Align block status requests
Eric Blake
2017-10-26
block: Allow NULL file for bdrv_get_block_status()
Eric Blake
2017-10-13
block: rename bdrv_co_drain to bdrv_co_drain_begin
Manos Pitsidianakis
2017-10-13
block: add bdrv_co_drain_end callback
Manos Pitsidianakis
2017-10-06
block: Introduce BdrvChildRole.update_filename
Kevin Wolf
2017-10-06
dirty-bitmap: Switch bdrv_set_dirty() to bytes
Eric Blake
2017-09-26
block: Add reopen_queue to bdrv_child_perm()
Kevin Wolf
[next]