summaryrefslogtreecommitdiff
path: root/block/mirror.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2018-12-14block/mirror: add missing coroutine_fn annotationsStefan Hajnoczi1-8/+11
2018-12-14block: Use bdrv_reopen_set_read_only() in the mirror driverAlberto Garcia1-7/+12
2018-12-03mirror: fix dead-lockVladimir Sementsov-Ogievskiy1-8/+5
2018-09-25block/mirror: conservative mirror_exit refactorJohn Snow1-11/+33
2018-09-25block/mirror: don't install backing chain on abortJohn Snow1-1/+1
2018-09-25block/mirror: add block job creation flagsJohn Snow1-2/+3
2018-08-31block/mirror: utilize job_exit shimJohn Snow1-18/+11
2018-08-31jobs: canonize Error objectJohn Snow1-1/+1
2018-08-31jobs: change start callback to run callbackJohn Snow1-4/+6
2018-08-15block: drop empty .bdrv_close handlersVladimir Sementsov-Ogievskiy1-5/+0
2018-08-15mirror: Fail gracefully for source == targetKevin Wolf1-0/+5
2018-07-10block: Use BdrvChild to discardFam Zheng1-1/+1
2018-06-18block/mirror: Add copy mode QAPI interfaceMax Reitz1-5/+7
2018-06-18block/mirror: Add active mirroringMax Reitz1-5/+247
2018-06-18block/mirror: Add MirrorBDSOpaqueMax Reitz1-0/+12
2018-06-18block/mirror: Use source as a BdrvChildMax Reitz1-8/+6
2018-06-18block/mirror: Wait for in-flight op conflictsMax Reitz1-18/+84
2018-06-18block/mirror: Use CoQueue to wait on in-flight opsMax Reitz1-11/+23
2018-06-18block/mirror: Convert to coroutinesMax Reitz1-62/+90
2018-06-18block/mirror: Pull out mirror_perform()Max Reitz1-22/+29
2018-06-18block: Really pause block jobs on drainKevin Wolf1-0/+8
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: Add job_transition_to_ready()Kevin Wolf1-3/+3
2018-05-23job: Add job_yield()Kevin Wolf1-1/+1
2018-05-23job: Move completion and cancellation to JobKevin Wolf1-3/+3
2018-05-23job: Move .complete callback to JobKevin Wolf1-5/+5
2018-05-23job: Add job_drain()Kevin Wolf1-0/+2
2018-05-23job: Convert block_job_cancel_async() to JobKevin Wolf1-2/+2
2018-05-23job: Move single job finalisation to JobKevin Wolf1-1/+1
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf1-1/+1
2018-05-23job: Move pause/resume functions to JobKevin Wolf1-0/+2
2018-05-23job: Add job_sleep_ns()Kevin Wolf1-2/+2
2018-05-23job: Move coroutine and related code to JobKevin Wolf1-11/+11
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf1-7/+8
2018-05-23job: Move cancelled to JobKevin Wolf1-10/+10
2018-05-23job: Add reference countingKevin Wolf1-0/+2
2018-05-23job: Add JobDriver.job_typeKevin Wolf1-2/+2
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf1-2/+2
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf1-3/+7
2018-05-15block: Support BDRV_REQ_WRITE_UNCHANGED in filtersMax Reitz1-0/+2
2018-05-15blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf1-4/+1
2018-05-15blockjob: Implement block_job_set_speed() centrallyKevin Wolf1-20/+6
2018-05-15blockjob: Move RateLimit to BlockJobKevin Wolf1-3/+3
2018-05-15blockjob: Wrappers for progress counter accessKevin Wolf1-6/+5
2018-05-08block/mirror: Make cancel always cancel pre-READYMax Reitz1-1/+3
2018-05-08block/mirror: honor ratelimit againStefan Hajnoczi1-3/+5
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li1-6/+4
2018-03-19blockjobs: model single jobs as transactionsJohn Snow1-1/+1