Re: [Qemu-block] [PATCH 6/7] jobs: utilize job_exit shim

2018-08-22 Thread Max Reitz
On 2018-08-17 21:04, John Snow wrote: > Utilize the job_exit shim by not calling job_defer_to_main_loop, and > where applicable, converting the deferred callback into the job_exit > callback. > > This converts backup, stream, create, and the unit tests all at once. > None of these jobs undergo

[Qemu-block] [PATCH 6/7] jobs: utilize job_exit shim

2018-08-17 Thread John Snow
Utilize the job_exit shim by not calling job_defer_to_main_loop, and where applicable, converting the deferred callback into the job_exit callback. This converts backup, stream, create, and the unit tests all at once. None of these jobs undergo and order of operations changes, so it should be a