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
Age
Commit message (
Expand
)
Author
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: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
2016-05-12
Allow users to specify the vmdk virtual hardware version.
Janne Karhunen
2016-05-12
block: Remove BlockDriver.bdrv_read/write
Kevin Wolf
2016-05-12
block: Introduce .bdrv_co_preadv/pwritev BlockDriver function
Kevin Wolf
2016-05-12
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
Kevin Wolf
2016-05-12
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
Paolo Bonzini
2016-05-12
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
2016-05-12
block: move restarting of throttled reqs to block/throttle-groups.c
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: Introduce bdrv_co_writev_flags()
Kevin Wolf
2016-03-30
block/qapi: Use blk_enable_write_cache()
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: add flush callback
Pavel Dovgalyuk
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 blk_set_bs()
Kevin Wolf
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-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-17
block: Pull up blk_read_unthrottled() implementation
Kevin Wolf
2016-03-17
block: Use blk_co_pwritev() for blk_write()
Kevin Wolf
2016-03-17
block: Use blk_co_preadv() for blk_read()
Kevin Wolf
2016-03-17
block: Use BdrvChild in BlockBackend
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
hmp: 'drive_add -n' for creating a node without BB
Kevin Wolf
2016-03-14
block: Fix snapshot=on cache modes
Kevin Wolf
2016-02-23
include: Clean up includes
Peter Maydell
2016-02-16
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
2016-02-16
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
2016-02-09
blockjob: Fix hang in block_job_finish_sync
Fam Zheng
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
blockdev: Keep track of monitor-owned BDS
Max Reitz
2016-02-02
block: Add list of all BlockDriverStates
Max Reitz
2016-02-02
block: Make bdrv_close() static
Max Reitz
2016-02-02
block: Remove BDS close notifier
Max Reitz
2016-02-02
block: Add blk_dev_has_tray()
Max Reitz
[next]