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.h
Age
Commit message (
Expand
)
Author
2015-11-11
throttle: Use bs->throttle_state instead of bs->io_limits_enabled
Alberto Garcia
2015-11-11
block: Make bdrv_states public
Max Reitz
2015-10-23
block: Introduce "drained begin/end" API
Fam Zheng
2015-10-23
block: Add BlockBackendRootState
Max Reitz
2015-10-23
block: Move I/O status and error actions into BB
Max Reitz
2015-10-23
block: Move BlockAcctStats into BlockBackend
Max Reitz
2015-10-23
block: Remove wr_highest_sector from BlockAcctStats
Max Reitz
2015-10-23
block: Move guest_block_size into BlockBackend
Max Reitz
2015-10-23
block: Make bdrv_is_inserted() return a bool
Max Reitz
2015-10-20
coroutine: move into libqemuutil.a library
Daniel P. Berrange
2015-10-16
block: Remove bdrv_swap()
Kevin Wolf
2015-10-16
block: Introduce parents list
Kevin Wolf
2015-10-16
block-backend: Add blk_set_bs()
Kevin Wolf
2015-10-16
block/io: Make bdrv_requests_pending() public
Kevin Wolf
2015-10-16
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
2015-10-16
block: Introduce BDS.file_child
Kevin Wolf
2015-07-14
block: Fix backing file child when modifying graph
Kevin Wolf
2015-07-14
block: Introduce bdrv_open_child()
Kevin Wolf
2015-07-02
block: Remove bdrv_reset_dirty
Fam Zheng
2015-07-02
qmp: Add optional bool "unmap" to drive-mirror
Fam Zheng
2015-07-02
qapi: Rename 'dirty-bitmap' mode to 'incremental'
John Snow
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-15
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2015-06-12
block: Add BlockDriverState.inherits_from
Kevin Wolf
2015-06-12
block: Add list of children to BlockDriverState
Kevin Wolf
2015-06-12
block: Move flag inheritance to bdrv_open_inherit()
Kevin Wolf
2015-06-12
throttle: Add throttle group support
Alberto Garcia
2015-06-12
throttle: Add throttle group infrastructure
Alberto Garcia
2015-06-12
throttle: Extract timers from ThrottleState into a separate structure
BenoƮt Canet
2015-05-22
block: minimal bounce buffer alignment
Denis V. Lunev
2015-04-28
block: extract bdrv_setup_io_funcs()
Stefan Hajnoczi
2015-04-28
block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.h
Stefan Hajnoczi
2015-04-28
qmp: Add support of "dirty-bitmap" sync mode for drive-backup
John Snow
2015-04-28
qmp: Ensure consistent granularity type
John Snow
2015-03-10
block: add bdrv functions for geometry and blocksize
Ekaterina Tumanova
2015-03-10
qcow2: Allow creation with refcount order != 4
Max Reitz
2015-03-09
sheepdog: selectable object size support
Teruaki Ishizaki
2015-02-16
block: Remove "growable" from BDS
Max Reitz
2015-02-06
block: add event when disk usage exceeds threshold
Francesco Romani
2015-01-23
block: update string sizes for filename,backing_file,exact_filename
Jeff Cody
2014-12-10
block: Make essential BlockDriver objects public
Max Reitz
2014-12-10
raw: Prohibit dangerous writes for probed images
Kevin Wolf
2014-12-10
block: Read only one sector for format probing
Kevin Wolf
2014-11-03
block: Add status callback to bdrv_amend_options()
Max Reitz
2014-11-03
BlockLimits: introduce max_transfer_length
Peter Lieven
2014-10-20
block: Lift device model API into BlockBackend
Markus Armbruster
2014-10-20
block: Rename BlockDriverCompletionFunc to BlockCompletionFunc
Markus Armbruster
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
[next]