summaryrefslogtreecommitdiffstats
path: root/block/mirror.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "mirror: Workaround for unexpected iohandler events during completion"Fam Zheng2016-07-211-9/+0Star
* Improve block job rate limiting for small bandwidth valuesSascha Silbe2016-07-131-1/+3
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-3/+3
* commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia2016-07-131-3/+3
* mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia2016-07-131-7/+8
* blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia2016-07-131-1/+1
* blockjob: Update description of the 'id' fieldAlberto Garcia2016-07-131-1/+2
* mirror: fix misleading commentsChanglong Xie2016-06-291-1/+1
* mirror: limit niov to IOV_MAX elements, againJohn Snow2016-06-291-0/+3
* mirror: clarify mirror_do_read return codeJohn Snow2016-06-291-2/+5
* mirror: fix trace_mirror_yield_in_flight usage in mirror_iteration()Denis V. Lunev2016-06-291-1/+1
* mirror: follow AioContext change gracefullyStefan Hajnoczi2016-06-201-8/+35
* block/mirror: Fix target backing BDSMax Reitz2016-06-161-11/+28
* block: Byte-based bdrv_co_do_copy_on_readv()Kevin Wolf2016-06-161-4/+6
* block: Avoid bogus flags during mirroringEric Blake2016-06-161-4/+2Star
* mirror: Use BlockBackend for I/OKevin Wolf2016-05-251-31/+39
* mirror: Allow target that already has a BlockBackendKevin Wolf2016-05-251-27/+6Star
* block: Convert block job core to BlockBackendKevin Wolf2016-05-251-0/+3
* block: Remove BlockDriverState.blkKevin Wolf2016-05-191-2/+2
* blockjob: Don't touch BDS iostatusKevin Wolf2016-05-191-26/+0Star
* blockjob: Don't set iostatus of targetKevin Wolf2016-05-191-4/+4
* mirror: Workaround for unexpected iohandler events during completionFam Zheng2016-04-221-0/+9
* mirror: Don't extend the last sub-chunkFam Zheng2016-04-201-4/+15
* block/mirror: Refresh stale bitmap iterator cacheMax Reitz2016-04-201-0/+5
* block/mirror: Revive dead yielding codeMax Reitz2016-04-201-11/+12
* mirror: Replace bdrv_drain(bs) with bdrv_co_drain(bs)Fam Zheng2016-04-111-1/+1
* block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf2016-03-301-1/+0Star
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* mirror: Add mirror_wait_for_ioFam Zheng2016-02-291-12/+12
* mirror: Rewrite mirror_iterationFam Zheng2016-02-291-132/+203
* block: Add "file" output parameter to block status query functionsFam Zheng2016-02-021-1/+2
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* block/mirror: replace IOV_MAX with blk_get_max_iov()Stefan Hajnoczi2015-12-221-2/+4
* block: Allow references for backing filesKevin Wolf2015-12-181-1/+1
* mirror: Error out when a BDS would get two BBsKevin Wolf2015-12-181-0/+28
* mirror: Quiesce source during "mirror_exit"Fam Zheng2015-12-021-0/+4
* blockjob: Introduce reference count and fix reference to job->bsFam Zheng2015-11-121-1/+1
* mirror: block all operations on the target image during the jobAlberto Garcia2015-11-111-0/+4
* block: Move I/O status and error actions into BBMax Reitz2015-10-231-5/+12
* block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf2015-10-161-16/+7Star
* blockjob: Store device name at job creationKevin Wolf2015-10-161-2/+1Star
* block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf2015-10-161-4/+12
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-3/+3
* block: switch from g_slice allocator to mallocPaolo Bonzini2015-10-121-2/+2
* block: mirror - fix full sync mode when target does not support zero initJeff Cody2015-10-011-1/+3
* block: more check for replaced nodeWen Congyang2015-09-021-2/+2
* mirror: Fix coroutine reentranceKevin Wolf2015-08-141-5/+10
* block/mirror: limit qiov to IOV_MAX elementsStefan Hajnoczi2015-08-061-0/+4
* mirror: Speed up bitmap initial scanningFam Zheng2015-07-221-8/+6Star
* mirror: correct buf_sizeWen Congyang2015-07-151-1/+10