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
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-03-30
block: Introduce bdrv_co_writev_flags()
Kevin Wolf
2016-03-30
block: Move enable_write_cache to BB level
Kevin Wolf
2016-03-30
block: add flush callback
Pavel Dovgalyuk
2016-03-30
block: Remove blk_set_bs()
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-14
hmp: 'drive_add -n' for creating a node without BB
Kevin Wolf
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: Remove BDS close notifier
Max Reitz
2016-02-02
block: Add blk_dev_has_tray()
Max Reitz
2016-01-20
block: Inactivate BDS when migration completes
Kevin Wolf
2015-12-22
block: add BlockLimits.max_iov field
Stefan Hajnoczi
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: Add infrastructure for option inheritance
Kevin Wolf
2015-12-18
block: Pass driver-specific options to .bdrv_refresh_filename()
Kevin Wolf
2015-12-18
block: Exclude nested options only for children in append_open_options()
Kevin Wolf
2015-12-18
qcow2: Add .bdrv_join_options callback
Kevin Wolf
2015-12-17
blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum
Eric Blake
2015-11-12
block: Add BlockJobTxn support to backup_run
John Snow
2015-11-12
qed: Implement .bdrv_drain
Fam Zheng
2015-11-12
block: Introduce BlockDriver.bdrv_drain callback
Fam Zheng
2015-11-12
block: Drop BlockDriver.bdrv_ioctl
Fam Zheng
2015-11-12
block: Add more types for tracked request
Fam Zheng
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
[next]