summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* block: define get_block_status return valuePaolo Bonzini2013-09-061-0/+26
* block: introduce bdrv_get_block_status APIPaolo Bonzini2013-09-062-1/+3
* block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini2013-09-061-4/+0
* block: make bdrv_co_is_allocated staticPaolo Bonzini2013-09-061-2/+0
* block: make bdrv_delete() staticFam Zheng2013-09-061-1/+0
* block: implement reference count for BlockDriverStateFam Zheng2013-09-062-0/+3
* block: Enable the new throttling code in the block layer.Benoît Canet2013-09-062-27/+6
* qcow2-refcount: Repair shared refcount blocksMax Reitz2013-09-021-0/+1
* aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh2013-08-222-2/+2
* aio / timers: Add aio_timer_init & aio_timer_new wrappersAlex Bligh2013-08-221-0/+43
* aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh2013-08-221-0/+4
* aio / timers: Untangle include filesAlex Bligh2013-08-223-2/+5
* block: Introduce bs->zero_beyond_eofAsias He2013-08-221-0/+3
* aio: drop io_flush argumentStefan Hajnoczi2013-08-191-12/+2
* block: Repair the throttling code.Benoît Canet2013-07-291-2/+7
* Implement sync modes for drive-backup.Ian Main2013-07-261-1/+3
* block: add bdrv_write_zeroes()Peter Lieven2013-07-191-0/+2
* QEMUBH: make AioContext's bh re-entrantLiu Ping Fan2013-07-191-0/+7
* block: Add return value for bdrv_flush_all()Kevin Wolf2013-07-151-1/+1
* block: Don't parse protocol from file.filenameKevin Wolf2013-07-151-1/+2
* 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/+0
* 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/+1
* 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/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-0/+307
* block: keep I/O throttling slice time constantStefan Hajnoczi2013-04-051-1/+0
* 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/+0
* 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
OpenPOWER on IntegriCloud