aboutsummaryrefslogtreecommitdiff
path: root/block/stream.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-31jobs: utilize job_exit shimJohn Snow1-15/+7
2018-08-31jobs: canonize Error objectJohn Snow1-1/+1
2018-08-31jobs: change start callback to run callbackJohn Snow1-3/+4
2018-05-30job: Add error message for failing jobsKevin Wolf1-1/+1
2018-05-23job: Move progress fields to JobKevin Wolf1-2/+2
2018-05-23job: Move completion and cancellation to JobKevin Wolf1-1/+1
2018-05-23job: Add job_drain()Kevin Wolf1-0/+1
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf1-1/+1
2018-05-23job: Move pause/resume functions to JobKevin Wolf1-0/+1
2018-05-23job: Add job_sleep_ns()Kevin Wolf1-1/+1
2018-05-23job: Move coroutine and related code to JobKevin Wolf1-2/+2
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf1-7/+7
2018-05-23job: Move cancelled to JobKevin Wolf1-2/+2
2018-05-23job: Add reference countingKevin Wolf1-0/+1
2018-05-23job: Add JobDriver.job_typeKevin Wolf1-1/+1
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf1-1/+1
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf1-1/+3
2018-05-15blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf1-2/+2
2018-05-15blockjob: Implement block_job_set_speed() centrallyKevin Wolf1-14/+0
2018-05-15blockjob: Move RateLimit to BlockJobKevin Wolf1-3/+2
2018-05-15blockjob: Wrappers for progress counter accessKevin Wolf1-6/+8
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