Re: [Qemu-devel] [PATCH v2 9/9] jobs: remove job_defer_to_main_loop

2018-08-27 Thread Max Reitz
On 2018-08-24 00:08, John Snow wrote: > Now that the job infrastructure is handling the job_completed call for > all implemented jobs, we can remove the interface that allowed jobs to > schedule their own completion. > > Signed-off-by: John Snow > --- > include/qemu/job.h | 17 -

[Qemu-devel] [PATCH v2 9/9] jobs: remove job_defer_to_main_loop

2018-08-23 Thread John Snow
Now that the job infrastructure is handling the job_completed call for all implemented jobs, we can remove the interface that allowed jobs to schedule their own completion. Signed-off-by: John Snow --- include/qemu/job.h | 17 - job.c | 40