]> git.proxmox.com Git - mirror_qemu.git/history - blockjob.c
nbd/server: fix NBD_CMD_CACHE
[mirror_qemu.git] / blockjob.c
2018-06-21 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2018-06-20 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2018-06-19 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2018-06-19 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2018-06-19 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2018-06-19 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-06-18 Kevin Wolfblock: Really pause block jobs on drain
2018-06-04 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2018-05-29 Peter MaydellMerge remote-tracking branch 'remotes/stefanberger...
2018-05-24 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2018-05-24 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2018-05-24 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-05-23 Kevin Wolfblockjob: Remove BlockJob.driver
2018-05-23 Kevin Wolfjob: Move progress fields to Job
2018-05-23 Kevin Wolfjob: Add job_transition_to_ready()
2018-05-23 Kevin Wolfjob: Add job_is_ready()
2018-05-23 Kevin Wolfjob: Add job_dismiss()
2018-05-23 Kevin Wolfjob: Add job_yield()
2018-05-23 Kevin Wolfjob: Move completion and cancellation to Job
2018-05-23 Kevin Wolfjob: Move transactions to Job
2018-05-23 Kevin Wolfjob: Switch transactions to JobTxn
2018-05-23 Kevin Wolfjob: Move job_finish_sync() to Job
2018-05-23 Kevin Wolfjob: Move .complete callback to Job
2018-05-23 Kevin Wolfjob: Add job_drain()
2018-05-23 Kevin Wolfjob: Convert block_job_cancel_async() to Job
2018-05-23 Kevin Wolfjob: Move single job finalisation to Job
2018-05-23 Kevin Wolfjob: Add job_event_*()
2018-05-23 Kevin Wolfblockjob: Split block_job_event_pending()
2018-05-23 Kevin Wolfjob: Move BlockJobCreateFlags to Job
2018-05-23 Kevin Wolfjob: Replace BlockJob.completed with job_is_completed()
2018-05-23 Kevin Wolfjob: Move pause/resume functions to Job
2018-05-23 Kevin Wolfjob: Add job_sleep_ns()
2018-05-23 Kevin Wolfjob: Move coroutine and related code to Job
2018-05-23 Kevin Wolfjob: Move defer_to_main_loop to Job
2018-05-23 Kevin Wolfjob: Add Job.aio_context
2018-05-23 Kevin Wolfjob: Move cancelled to Job
2018-05-23 Kevin Wolfjob: Add reference counting
2018-05-23 Kevin Wolfjob: Move state transitions to Job
2018-05-23 Kevin Wolfjob: Maintain a list of all jobs
2018-05-23 Kevin Wolfjob: Add job_delete()
2018-05-23 Kevin Wolfjob: Add JobDriver.job_type
2018-05-23 Kevin Wolfjob: Rename BlockJobType into JobType
2018-05-23 Kevin Wolfjob: Create Job, JobDriver and job_create()
2018-05-17 Peter MaydellMerge remote-tracking branch 'remotes/cody/tags/block...
2018-05-17 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost/tags...
2018-05-16 Stefan Hajnocziblockjob: do not cancel timer in resume
2018-05-15 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-05-15 Kevin Wolfblockjob: Add block_job_driver()
2018-05-15 Kevin Wolfblockjob: Introduce block_job_ratelimit_get_delay()
2018-05-15 Kevin Wolfblockjob: Implement block_job_set_speed() centrally
2018-05-15 Kevin Wolfblockjob: Wrappers for progress counter access
2018-05-15 Kevin Wolfblockjob: Fix assertion in block_job_finalize()
2018-05-15 John Snowblockjob: expose error string via query
2018-05-15 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/tgt...
2018-05-15 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2018-05-14 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2018-05-14 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2018-05-14 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2018-05-10 Stefan Hajnocziblockjob: drop block_job_pause/resume_all()
2018-04-10 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20180...
2018-04-09 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2018-04-04 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-04-04 Peter MaydellMerge remote-tracking branch 'remotes/cody/tags/block...
2018-04-03 Marc-André Lureaublockjob: use qapi enum helpers
2018-04-03 Marc-André Lureaublockjob: leak fix, remove from txn when failing early
2018-03-20 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2018-03-20 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2018-03-19 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-03-19 Liang Liblock/mirror: change the semantic of 'force' of block...
2018-03-19 John Snowblockjobs: Expose manual property
2018-03-19 John Snowblockjobs: add block-job-finalize
2018-03-19 John Snowblockjobs: add PENDING status and event
2018-03-19 John Snowblockjobs: add waiting status
2018-03-19 John Snowblockjobs: add prepare callback
2018-03-19 John Snowblockjobs: add block_job_txn_apply function
2018-03-19 John Snowblockjobs: add commit, abort, clean helpers
2018-03-19 John Snowblockjobs: ensure abort is called for cancelled jobs
2018-03-19 John Snowblockjobs: add block_job_dismiss
2018-03-19 John Snowblockjobs: add NULL state
2018-03-19 John Snowblockjobs: add CONCLUDED state
2018-03-19 John Snowblockjobs: add ABORTING state
2018-03-19 John Snowblockjobs: add block_job_verb permission table
2018-03-19 John Snowblockjobs: add state transition table
2018-03-19 John Snowblockjobs: add status enum
2018-03-19 John Snowblockjobs: model single jobs as transactions
2018-03-19 John Snowblockjobs: fix set-speed kick
2018-03-08 Peter MaydellMerge remote-tracking branch 'remotes/stefanberger...
2018-03-06 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2018-03-05 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2018-03-05 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2018-03-05 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2018-03-05 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2018-03-05 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2018-03-02 Markus ArmbrusterInclude less of the generated modular QAPI headers
2018-02-13 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2018-02-09 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2018-02-09 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2018-02-09 Markus ArmbrusterDrop superfluous includes of qapi/qmp/qjson.h
2018-02-09 Markus ArmbrusterInclude qmp-commands.h exactly where needed
2018-02-09 Markus ArmbrusterInclude qapi/error.h exactly where needed
next