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

2018-08-22 Thread Max Reitz
On 2018-08-17 21:04, 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 7/7] jobs: remove job_defer_to_main_loop

2018-08-17 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 ++-