summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* block: change default of .has_zero_init to 0Peter Lieven2013-06-281-0/+1
* block: add basic backup support to block driverDietmar Maurer2013-06-281-0/+19
* block: add bdrv_add_before_write_notifier()Stefan Hajnoczi2013-06-281-1/+22
* rdma: export yield_until_fd_readable()Michael R. Hines2013-06-271-0/+6
* qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia2013-06-071-1/+3
* block: add image info query function bdrv_query_image_info()Wenchao Xia2013-06-071-3/+3
* block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia2013-06-071-1/+3
* blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf2013-06-061-0/+3
* block: dump snapshot and image info to specified outputWenchao Xia2013-06-041-2/+4
* block: move qmp and info dump related code to block/qapi.cWenchao Xia2013-06-043-9/+42
* block: move snapshot code in block.c to block/snapshot.cWenchao Xia2013-06-042-21/+58
* block: drop bs_snapshots global variableStefan Hajnoczi2013-06-041-1/+0Star
* block: add block driver read only whitelistFam Zheng2013-06-041-1/+2
* coroutine: stop using AioContext in CoQueueStefan Hajnoczi2013-05-241-0/+4
* nbd: support large NBD requestsStefan Hajnoczi2013-05-031-1/+2
* block: Remove filename parameter from .bdrv_file_open()Kevin Wolf2013-04-221-2/+1Star
* block: Add driver-specific options for backing filesKevin Wolf2013-04-221-1/+1
* block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf2013-04-151-0/+2
* block: Introduce bdrv_writev_vmstateKevin Wolf2013-04-152-2/+3
* aes: move aes.h from include/block to include/qemuAurelien Jarno2013-04-131-26/+0Star
* hw: move headers to include/Paolo Bonzini2013-04-081-0/+307
* block: keep I/O throttling slice time constantStefan Hajnoczi2013-04-051-1/+0Star
* block: fix I/O throttling accounting blind spotStefan Hajnoczi2013-04-051-1/+1
* block: Allow omitting the file name when using driver-specific optionsKevin Wolf2013-03-221-0/+3
* block: Introduce .bdrv_parse_filename callbackKevin Wolf2013-03-221-0/+1
* nbd: Remove unused functionsKevin Wolf2013-03-221-2/+0Star
* nbd: Keep hostname and port separateKevin Wolf2013-03-221-0/+2
* block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-222-2/+4
* coroutine: use AioContext for CoQueue BHStefan Hajnoczi2013-03-151-0/+1
* threadpool: drop global thread poolStefan Hajnoczi2013-03-151-4/+6
* block: add bdrv_get_aio_context()Stefan Hajnoczi2013-03-151-0/+7
* aio: add a ThreadPool instance to AioContextStefan Hajnoczi2013-03-151-0/+6
* threadpool: add thread_pool_new() and thread_pool_free()Stefan Hajnoczi2013-03-151-0/+5
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-152-2/+3
* block: Add options QDict to .bdrv_open()Kevin Wolf2013-03-151-1/+1
* block: implement BDRV_O_UNMAPPaolo Bonzini2013-02-221-0/+2
* qemu-img: Add "Quiet mode" optionMiroslav Rezanina2013-02-221-1/+2
* block: Add synchronous wrapper for bdrv_co_is_allocated_aboveMiroslav Rezanina2013-02-221-0/+2
* qemu-img: add compressed clusters to BlockFragInfoStefan Hajnoczi2013-02-221-0/+1
* qemu-img: find the image end offset during checkFederico Simoncelli2013-02-221-0/+1
* aio: convert aio_poll() to g_poll(3)Stefan Hajnoczi2013-02-211-0/+3
* vmdk: Allow selecting SCSI adapter in image creationOthmar Pasteka2013-02-011-0/+1
* mirror: add buf-size argument to drive-mirrorPaolo Bonzini2013-01-251-2/+3
* mirror: allow customizing the granularityPaolo Bonzini2013-01-251-1/+2
* block: allow customizing the granularity of the dirty bitmapPaolo Bonzini2013-01-251-4/+1Star
* block: make round_to_clusters publicPaolo Bonzini2013-01-251-0/+4
* block: implement dirty bitmap using HBitmapPaolo Bonzini2013-01-252-4/+6
* aio: Fix return value of aio_poll()Kevin Wolf2013-01-171-4/+2Star
* block: make qiov_is_aligned() publicStefan Hajnoczi2013-01-141-0/+1
* raw-posix: add raw_get_aio_fd() for virtio-blk-data-planeStefan Hajnoczi2013-01-021-0/+9