aboutsummaryrefslogtreecommitdiff
path: root/block/stream.c
AgeCommit message (Expand)Author
2018-05-30job: Add error message for failing jobsKevin Wolf
2018-05-23job: Move progress fields to JobKevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Add job_drain()Kevin Wolf
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf
2018-05-23job: Move pause/resume functions to JobKevin Wolf
2018-05-23job: Add job_sleep_ns()Kevin Wolf
2018-05-23job: Move coroutine and related code to JobKevin Wolf
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf
2018-05-23job: Move cancelled to JobKevin Wolf
2018-05-23job: Add reference countingKevin Wolf
2018-05-23job: Add JobDriver.job_typeKevin Wolf
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf
2018-05-15blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf
2018-05-15blockjob: Implement block_job_set_speed() centrallyKevin Wolf
2018-05-15blockjob: Move RateLimit to BlockJobKevin Wolf
2018-05-15blockjob: Wrappers for progress counter accessKevin Wolf
2018-04-10commit/stream: Reset delay_nsKevin Wolf
2018-03-19blockjobs: model single jobs as transactionsJohn Snow
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake
2017-07-10stream: Switch stream_run() to byte-basedEric Blake
2017-07-10stream: Drop reached_end for stream_complete()Eric Blake
2017-07-10stream: Switch stream_populate() to byte-basedEric Blake
2017-07-10trace: Show blockjob actions via bytes, not sectorsEric Blake
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake
2017-05-26stream: fix crash in stream_start() when block_job_create() failsAlberto Garcia
2017-02-28block: Add Error parameter to bdrv_set_backing_hd()Kevin Wolf
2017-02-28stream: Use real permissions in streaming block jobKevin Wolf
2017-02-28blockjob: Add permissions to block_job_add_bdrv()Kevin Wolf
2017-02-28blockjob: Add permissions to block_job_create()Kevin Wolf
2016-11-14blockjob: add block_job_startJohn Snow
2016-11-14blockjob: add .start fieldJohn Snow
2016-11-01blockjobs: split interface into public/private, Part 1John Snow
2016-11-01blockjob: centralize QMP event emissionsJohn Snow
2016-11-01blockjobs: Allow creating internal jobsJohn Snow
2016-10-31block: Support streaming to an intermediate layerAlberto Garcia
2016-07-13Improve block job rate limiting for small bandwidth valuesSascha Silbe
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia
2016-07-13blockjob: Add 'job_id' parameter to block_job_create()Alberto Garcia
2016-05-25stream: Use BlockBackend for I/OKevin Wolf
2016-05-19blockjob: Don't touch BDS iostatusKevin Wolf
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf
2016-03-29Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2016-03-28block: never cancel a streaming job without running stream_complete()Alberto Garcia
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-20block: Clean up includesPeter Maydell