summaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)Author
2013-07-15block: Add return value for bdrv_flush_all()Kevin Wolf
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf
2013-06-28block: change default of .has_zero_init to 0Peter Lieven
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia
2013-06-04block: drop bs_snapshots global variableStefan Hajnoczi
2013-06-04block: add block driver read only whitelistFam Zheng
2013-04-22block: Add driver-specific options for backing filesKevin Wolf
2013-04-15block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf
2013-02-22block: implement BDRV_O_UNMAPPaolo Bonzini
2013-02-22qemu-img: Add "Quiet mode" optionMiroslav Rezanina
2013-02-22block: Add synchronous wrapper for bdrv_co_is_allocated_aboveMiroslav Rezanina
2013-02-22qemu-img: add compressed clusters to BlockFragInfoStefan Hajnoczi
2013-02-22qemu-img: find the image end offset during checkFederico Simoncelli
2013-01-25block: allow customizing the granularity of the dirty bitmapPaolo Bonzini
2013-01-25block: make round_to_clusters publicPaolo Bonzini
2013-01-25block: implement dirty bitmap using HBitmapPaolo Bonzini
2013-01-14block: make qiov_is_aligned() publicStefan Hajnoczi
2013-01-02raw-posix: add raw_get_aio_fd() for virtio-blk-data-planeStefan Hajnoczi
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini