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.h
Age
Commit message (
Expand
)
Author
2016-06-16
block: Make .bdrv_load_vmstate() vectored
Kevin Wolf
2016-06-16
block: Introduce bdrv_preadv()
Kevin Wolf
2016-06-16
block: Byte-based bdrv_co_do_copy_on_readv()
Kevin Wolf
2016-06-16
block: Assert that flags are in range
Eric Blake
2016-06-08
block: Switch bdrv_write_zeroes() to byte interface
Eric Blake
2016-06-07
block: Move BlockRequest type to io.c
Eric Blake
2016-06-07
block/io: Remove unused bdrv_aio_write_zeroes()
Kevin Wolf
2016-05-25
backup: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
stream: Use BlockBackend for I/O
Kevin Wolf
2016-05-25
block: Make bdrv_open() return a BDS
Max Reitz
2016-05-25
block: Drop bdrv_new_root()
Max Reitz
2016-05-25
block: Fix bdrv_next() memory leak
Kevin Wolf
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
2016-05-12
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
2016-05-12
Add new block driver interface to add/delete a BDS's child
Wen Congyang
2016-05-12
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
2016-04-11
block: Fix bdrv_drain in coroutine
Fam Zheng
2016-03-30
block: Remove bdrv_(set_)enable_write_cache()
Kevin Wolf
2016-03-30
block: Remove BDRV_O_CACHE_WB
Kevin Wolf
2016-03-30
block: Remove bdrv_parse_cache_flags()
Kevin Wolf
2016-03-30
block: Move enable_write_cache to BB level
Kevin Wolf
2016-03-30
block: Add bdrv_parse_cache_mode()
Kevin Wolf
2016-03-30
block: move encryption deprecation warning into qcow code
Daniel P. Berrange
2016-03-30
block: add flag to indicate that no I/O will be performed
Daniel P. Berrange
2016-03-30
block: Remove bdrv_make_anon()
Kevin Wolf
2016-03-22
include/qemu/iov.h: Don't include qemu-common.h
Markus Armbruster
2016-03-17
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
2016-03-17
block: Remove bdrv_states list
Max Reitz
2016-03-17
block: Add bdrv_next_monitor_owned()
Max Reitz
2016-03-17
block: Move some bdrv_*_all() functions to BB
Max Reitz
2016-03-14
block: Remove unused typedef of BlockDriverDirtyHandler
Fam Zheng
2016-03-14
block: Move block dirty bitmap code to separate files
Fam Zheng
2016-03-14
typedefs: Add BdrvDirtyBitmap
Fam Zheng
2016-03-14
block: Include hbitmap.h in block.h
Fam Zheng
2016-03-14
block: Fix snapshot=on cache modes
Kevin Wolf
2016-02-02
block: set device_list.tqe_prev to NULL on BDS removal
Jeff Cody
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-02-02
block: Make bdrv_close() static
Max Reitz
2016-02-02
block: Remove BDS close notifier
Max Reitz
2016-01-20
block: Inactivate BDS when migration completes
Kevin Wolf
2016-01-20
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
2016-01-07
block: Add check on mirror target
Fam Zheng
2016-01-07
block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCE
Fam Zheng
2015-12-18
block: Remove prototype of bdrv_swap from header
Fam Zheng
2015-12-18
block: Add opaque value to the amend CB
Max Reitz
2015-12-18
block: Introduce bs->explicit_options
Kevin Wolf
2015-12-18
block: Allow references for backing files
Kevin Wolf
2015-12-17
blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum
Eric Blake
[next]