Re: [Qemu-devel] [PATCH v2 20/40] job: Move single job finalisation to Job

2018-05-18 Thread Eric Blake
On 05/18/2018 08:20 AM, Kevin Wolf wrote: This moves the finalisation of a single job from BlockJob to Job. Some part of this code depends on job transactions, and job transactions call this code, we introduce some temporary calls from Job functions to BlockJob ones. This will be fixed once

[Qemu-devel] [PATCH v2 20/40] job: Move single job finalisation to Job

2018-05-18 Thread Kevin Wolf
This moves the finalisation of a single job from BlockJob to Job. Some part of this code depends on job transactions, and job transactions call this code, we introduce some temporary calls from Job functions to BlockJob ones. This will be fixed once transactions move to Job, too. Signed-off-by: