summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2013-10-11block: Add bdrv_get_specific_infoMax Reitz2-0/+2
2013-10-11qapi: make use of new BlockJobTypeFam Zheng1-1/+1
2013-10-11blockjob: rename BlockJobType to BlockJobDriverFam Zheng1-6/+6
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet1-0/+6
2013-09-12block: Error parameter for create functionsMax Reitz1-2/+3
2013-09-12block: Error parameter for open functionsMax Reitz1-3/+3
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz1-1/+2
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-2/+4
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia2-2/+11
2013-09-12snapshot: new function bdrv_snapshot_find_by_id_and_name()Wenchao Xia1-0/+6
2013-09-12block: Image file option amendmentMax Reitz2-0/+5
2013-09-06block: define get_block_status return valuePaolo Bonzini1-0/+26
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini2-1/+3
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini1-4/+0
2013-09-06block: make bdrv_co_is_allocated staticPaolo Bonzini1-2/+0
2013-09-06block: make bdrv_delete() staticFam Zheng1-1/+0
2013-09-06block: implement reference count for BlockDriverStateFam Zheng2-0/+3
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet2-27/+6
2013-09-02qcow2-refcount: Repair shared refcount blocksMax Reitz1-0/+1
2013-08-22aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh2-2/+2
2013-08-22aio / timers: Add aio_timer_init & aio_timer_new wrappersAlex Bligh1-0/+43
2013-08-22aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh1-0/+4
2013-08-22aio / timers: Untangle include filesAlex Bligh3-2/+5
2013-08-22block: Introduce bs->zero_beyond_eofAsias He1-0/+3
2013-08-19aio: drop io_flush argumentStefan Hajnoczi1-12/+2
2013-07-29block: Repair the throttling code.Benoît Canet1-2/+7
2013-07-26Implement sync modes for drive-backup.Ian Main1-1/+3
2013-07-19block: add bdrv_write_zeroes()Peter Lieven1-0/+2
2013-07-19QEMUBH: make AioContext's bh re-entrantLiu Ping Fan1-0/+7
2013-07-15block: Add return value for bdrv_flush_all()Kevin Wolf1-1/+1
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf1-1/+2
2013-06-28block: change default of .has_zero_init to 0Peter Lieven1-0/+1
2013-06-28block: add basic backup support to block driverDietmar Maurer1-0/+19
2013-06-28block: add bdrv_add_before_write_notifier()Stefan Hajnoczi1-1/+22
2013-06-27rdma: export yield_until_fd_readable()Michael R. Hines1-0/+6
2013-06-07qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia1-1/+3
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia1-3/+3
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia1-1/+3
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf1-0/+3
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia1-2/+4
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia3-9/+42
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia2-21/+58
2013-06-04block: drop bs_snapshots global variableStefan Hajnoczi1-1/+0
2013-06-04block: add block driver read only whitelistFam Zheng1-1/+2
2013-05-24coroutine: stop using AioContext in CoQueueStefan Hajnoczi1-0/+4
2013-05-03nbd: support large NBD requestsStefan Hajnoczi1-1/+2
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-2/+1
2013-04-22block: Add driver-specific options for backing filesKevin Wolf1-1/+1
2013-04-15block: Introduce bdrv_pwritev() for qcow2_save_vmstateKevin Wolf1-0/+2
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf2-2/+3