summaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)Author
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet
2013-10-11block: Add bdrv_get_specific_infoMax Reitz
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia
2013-09-12block: Image file option amendmentMax Reitz
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: implement reference count for BlockDriverStateFam Zheng
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-08-22block: Introduce bs->zero_beyond_eofAsias He
2013-07-26Implement sync modes for drive-backup.Ian Main
2013-06-28block: add basic backup support to block driverDietmar Maurer
2013-06-28block: add bdrv_add_before_write_notifier()Stefan Hajnoczi
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf
2013-04-05block: keep I/O throttling slice time constantStefan Hajnoczi
2013-04-05block: fix I/O throttling accounting blind spotStefan Hajnoczi
2013-03-22block: Allow omitting the file name when using driver-specific optionsKevin Wolf
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-15block: add bdrv_get_aio_context()Stefan Hajnoczi
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf
2013-03-15block: Add options QDict to .bdrv_open()Kevin Wolf
2013-02-01vmdk: Allow selecting SCSI adapter in image creationOthmar Pasteka
2013-01-25mirror: add buf-size argument to drive-mirrorPaolo Bonzini
2013-01-25mirror: allow customizing the granularityPaolo Bonzini
2013-01-25block: implement dirty bitmap using HBitmapPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini