summaryrefslogtreecommitdiff
path: root/block/stream.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-10commit/stream: Reset delay_nsKevin Wolf1-0/+2
2018-03-19blockjobs: model single jobs as transactionsJohn Snow1-1/+1
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini1-1/+1
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake1-14/+9
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake1-2/+5
2017-07-10stream: Switch stream_run() to byte-basedEric Blake1-13/+9
2017-07-10stream: Drop reached_end for stream_complete()Eric Blake1-3/+1
2017-07-10stream: Switch stream_populate() to byte-basedEric Blake1-5/+6
2017-07-10trace: Show blockjob actions via bytes, not sectorsEric Blake1-1/+2
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake1-2/+3
2017-05-26stream: fix crash in stream_start() when block_job_create() failsAlberto Garcia1-1/+1
2017-02-28block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf1-1/+8
2017-02-28stream: Use real permissions in streaming block jobKevin Wolf1-12/+27
2017-02-28blockjob: Add permissions to block_job_add_bdrv()Kevin Wolf1-1/+3
2017-02-28blockjob: Add permissions to block_job_create()Kevin Wolf1-2/+3
2016-11-14blockjob: add block_job_startJohn Snow1-3/+2
2016-11-14blockjob: add .start fieldJohn Snow1-1/+2
2016-11-01blockjobs: split interface into public/private, Part 1John Snow1-1/+1
2016-11-01blockjob: centralize QMP event emissionsJohn Snow1-4/+3
2016-11-01blockjobs: Allow creating internal jobsJohn Snow1-1/+1
2016-10-31block: Support streaming to an intermediate layerAlberto Garcia1-0/+24
2016-07-13Improve block job rate limiting for small bandwidth valuesSascha Silbe1-8/+4
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia1-6/+6
2016-07-13blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia1-1/+1
2016-05-25stream: Use BlockBackend for I/OKevin Wolf1-6/+9
2016-05-19blockjob: Don't touch BDS iostatusKevin Wolf1-7/+0
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf1-2/+1
2016-03-29Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-5/+6
2016-03-28block: never cancel a streaming job without running stream_complete()Alberto Garcia1-5/+6
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-10-23block: Move I/O status and error actions into BBMax Reitz1-1/+2
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf1-29/+1
2015-10-16block: Convert bs->backing_hd to BdrvChildKevin Wolf1-4/+4
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-2/+2
2014-11-03block: let stream blockjob run in BDS AioContextStefan Hajnoczi1-14/+36
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-1/+1
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf1-1/+1
2014-07-01block: add backing-file option to block-streamJeff Cody1-6/+5
2014-06-23qapi: adjust existing definesWenchao Xia1-2/+2
2014-05-28block: Use bdrv_set_backing_hd everywhereFam Zheng1-2/+2
2014-01-24block: Update BlockLimits when they might have changedKevin Wolf1-0/+2
2013-11-28block/stream: Don't stream unbacked devicesMax Reitz1-0/+5
2013-10-11qapi: make use of new BlockJobTypeFam Zheng1-1/+1
2013-10-11blockjob: rename BlockJobType to BlockJobDriverFam Zheng1-2/+2
2013-09-25block: Fix compiler warning (-Werror=uninitialized)Stefan Weil1-2/+3
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini1-1/+1
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini1-2/+2