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
2014-07-07
block: block: introduce APIs for submitting IO as a batch
Ming Lei
2014-07-01
block: extend block-commit to accept a string for the backing file
Jeff Cody
2014-07-01
qemu-img create: add 'nocow' option
Chunyan Liu
2014-06-27
block: Add replaces argument to drive-mirror
Benoît Canet
2014-06-26
block: Catch backing files assigned to non-COW drivers
Kevin Wolf
2014-06-23
qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR
Wenchao Xia
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
2014-06-04
block: Move declaration of bdrv_get_aio_context to block.h
Fam Zheng
2014-06-04
block: add bdrv_set_aio_context()
Stefan Hajnoczi
2014-05-28
block: Add backing_blocker in BlockDriverState
Fam Zheng
2014-05-28
block: Replace in_use with operation blocker
Fam Zheng
2014-05-28
block: Introduce op_blockers to BlockDriverState
Fam Zheng
2014-05-19
block: optimize zero writes with bdrv_write_zeroes
Peter Lieven
2014-04-30
block: Unlink temporary files in raw-posix/win32
Kevin Wolf
2014-03-19
block: Add error handling to bdrv_invalidate_cache()
Kevin Wolf
2014-03-13
block: Rewrite the snapshot authorization mechanism for block filters.
Benoît Canet
2014-01-24
block: Allow wait_serialising_requests() at any point
Kevin Wolf
2014-01-24
block: Make overlap range for serialisation dynamic
Kevin Wolf
2014-01-24
block: Generalise and optimise COR serialisation
Kevin Wolf
2014-01-24
block: Switch BdrvTrackedRequest to byte granularity
Kevin Wolf
2014-01-24
raw: Probe required direct I/O alignment
Paolo Bonzini
2014-01-24
block: rename buffer_alignment to guest_block_size
Paolo Bonzini
2014-01-24
block: Don't use guest sector size for qemu_blockalign()
Kevin Wolf
2014-01-24
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
2014-01-24
block: Create authorizations mechanism for external snapshot and resize.
Benoît Canet
2014-01-24
block: Add bs->node_name to hold the name of a bs node of the bs graph.
Benoît Canet
2013-12-20
block: Add commit_active_start()
Fam Zheng
2013-12-05
block: add opt_transfer_length to BlockLimits
Peter Lieven
2013-12-04
snapshot: distinguish id and name in load_tmp
Wenchao Xia
2013-11-29
blkdebug: add "remove_break" command
Fam Zheng
2013-11-29
sheepdog: support user-defined redundancy option
Liu Yuan
2013-11-29
block: per caller dirty bitmap
Fam Zheng
2013-11-28
block: add BlockLimits structure to BlockDriverState
Peter Lieven
2013-11-28
block: add flags to bdrv_*_write_zeroes
Peter Lieven
2013-10-29
block: Avoid unecessary drv->bdrv_getlength() calls
Kevin Wolf
2013-10-11
block: Add BlockDriver.bdrv_check_ext_snapshot.
Benoît Canet
2013-10-11
block: Add bdrv_get_specific_info
Max Reitz
2013-09-25
block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.
Benoît Canet
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
2013-09-12
snapshot: distinguish id and name in snapshot delete
Wenchao Xia
2013-09-12
block: Image file option amendment
Max Reitz
2013-09-06
block: introduce bdrv_get_block_status API
Paolo Bonzini
2013-09-06
block: implement reference count for BlockDriverState
Fam Zheng
2013-09-06
block: Enable the new throttling code in the block layer.
Benoît Canet
2013-08-22
aio / timers: Untangle include files
Alex Bligh
2013-08-22
block: Introduce bs->zero_beyond_eof
Asias He
2013-07-26
Implement sync modes for drive-backup.
Ian Main
2013-06-28
block: add basic backup support to block driver
Dietmar Maurer
[next]