summaryrefslogtreecommitdiffstats
path: root/block/stream.c
Commit message (Expand)AuthorAgeFilesLines
* block: Make bdrv_is_allocated_above() byte-basedEric Blake2017-07-101-14/+9Star
* block: Make bdrv_is_allocated() byte-basedEric Blake2017-07-101-2/+5
* stream: Switch stream_run() to byte-basedEric Blake2017-07-101-13/+9Star
* stream: Drop reached_end for stream_complete()Eric Blake2017-07-101-3/+1Star
* stream: Switch stream_populate() to byte-basedEric Blake2017-07-101-5/+6
* trace: Show blockjob actions via bytes, not sectorsEric Blake2017-07-101-1/+2
* blockjob: Track job ratelimits via bytes, not sectorsEric Blake2017-07-101-2/+3
* stream: fix crash in stream_start() when block_job_create() failsAlberto Garcia2017-05-261-1/+1
* block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf2017-02-281-1/+8
* stream: Use real permissions in streaming block jobKevin Wolf2017-02-281-12/+27
* blockjob: Add permissions to block_job_add_bdrv()Kevin Wolf2017-02-281-1/+3
* blockjob: Add permissions to block_job_create()Kevin Wolf2017-02-281-2/+3
* blockjob: add block_job_startJohn Snow2016-11-151-3/+2Star
* blockjob: add .start fieldJohn Snow2016-11-151-1/+2
* blockjobs: split interface into public/private, Part 1John Snow2016-11-011-1/+1
* blockjob: centralize QMP event emissionsJohn Snow2016-11-011-4/+3Star
* blockjobs: Allow creating internal jobsJohn Snow2016-11-011-1/+1
* block: Support streaming to an intermediate layerAlberto Garcia2016-10-311-0/+24
* Improve block job rate limiting for small bandwidth valuesSascha Silbe2016-07-131-8/+4Star
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-2/+2
* stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia2016-07-131-6/+6
* blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia2016-07-131-1/+1
* stream: Use BlockBackend for I/OKevin Wolf2016-05-251-6/+9
* blockjob: Don't touch BDS iostatusKevin Wolf2016-05-191-7/+0Star
* blockjob: Don't set iostatus of targetKevin Wolf2016-05-191-2/+1Star
* Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2016-03-291-5/+6
|\
| * block: never cancel a streaming job without running stream_complete()Alberto Garcia2016-03-281-5/+6
* | include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
|/
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* block: Move I/O status and error actions into BBMax Reitz2015-10-231-1/+2
* block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf2015-10-161-29/+1Star
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-4/+4
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-2/+2
* block: let stream blockjob run in BDS AioContextStefan Hajnoczi2014-11-031-14/+36
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-1/+1
* block: Add Error argument to bdrv_refresh_limits()Kevin Wolf2014-07-181-1/+1
* block: add backing-file option to block-streamJeff Cody2014-07-011-6/+5Star
* qapi: adjust existing definesWenchao Xia2014-06-231-2/+2
* block: Use bdrv_set_backing_hd everywhereFam Zheng2014-05-281-2/+2
* block: Update BlockLimits when they might have changedKevin Wolf2014-01-241-0/+2
* block/stream: Don't stream unbacked devicesMax Reitz2013-11-281-0/+5
* qapi: make use of new BlockJobTypeFam Zheng2013-10-111-1/+1
* blockjob: rename BlockJobType to BlockJobDriverFam Zheng2013-10-111-2/+2
* block: Fix compiler warning (-Werror=uninitialized)Stefan Weil2013-09-251-2/+3
* block: expect errors from bdrv_co_is_allocatedPaolo Bonzini2013-09-061-1/+1
* block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini2013-09-061-2/+2
* block: make bdrv_co_is_allocated staticPaolo Bonzini2013-09-061-2/+2
* block: make bdrv_delete() staticFam Zheng2013-09-061-1/+1
* aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh2013-08-221-1/+1