Re: [Qemu-devel] [PATCH 16/21] block/commit: refactor commit to use job callbacks

2018-08-16 Thread Kevin Wolf
Am 15.08.2018 um 23:17 hat John Snow geschrieben: > On 08/09/2018 11:12 AM, Kevin Wolf wrote: > > Am 07.08.2018 um 06:33 hat John Snow geschrieben: > >> Use the component callbacks; prepare, commit, abort, and clean. > >> > >> NB: prepare is only called when the job has not yet failed; > >> and

Re: [Qemu-devel] [PATCH 16/21] block/commit: refactor commit to use job callbacks

2018-08-15 Thread John Snow
On 08/09/2018 11:12 AM, Kevin Wolf wrote: > Am 07.08.2018 um 06:33 hat John Snow geschrieben: >> Use the component callbacks; prepare, commit, abort, and clean. >> >> NB: prepare is only called when the job has not yet failed; >> and abort can be called after prepare. >> >> complete -> prepare

Re: [Qemu-devel] [PATCH 16/21] block/commit: refactor commit to use job callbacks

2018-08-09 Thread Kevin Wolf
Am 07.08.2018 um 06:33 hat John Snow geschrieben: > Use the component callbacks; prepare, commit, abort, and clean. > > NB: prepare is only called when the job has not yet failed; > and abort can be called after prepare. > > complete -> prepare -> abort -> clean > complete -> abort -> clean I