aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
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-22nbd: Remove unused functionsKevin Wolf
2013-03-22nbd: Keep hostname and port separateKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-15coroutine: use AioContext for CoQueue BHStefan Hajnoczi
2013-03-15threadpool: drop global thread poolStefan Hajnoczi
2013-03-15block: add bdrv_get_aio_context()Stefan Hajnoczi
2013-03-15aio: add a ThreadPool instance to AioContextStefan Hajnoczi
2013-03-15threadpool: add thread_pool_new() and thread_pool_free()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-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-02-21aio: convert aio_poll() to g_poll(3)Stefan Hajnoczi
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: 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-17aio: Fix return value of aio_poll()Kevin Wolf
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-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini