Re: [Qemu-devel] [PATCH v5 10/21] blockjobs: add NULL state

2018-03-12 Thread John Snow
On 03/12/2018 12:07 PM, Kevin Wolf wrote: > Am 12.03.2018 um 16:41 hat John Snow geschrieben: >> On 03/12/2018 11:28 AM, Kevin Wolf wrote: >>> Am 10.03.2018 um 09:27 hat John Snow geschrieben: Add a new state that specifically demarcates when we begin to permanently demolish a job after

Re: [Qemu-devel] [PATCH v5 10/21] blockjobs: add NULL state

2018-03-12 Thread Kevin Wolf
Am 12.03.2018 um 16:41 hat John Snow geschrieben: > On 03/12/2018 11:28 AM, Kevin Wolf wrote: > > Am 10.03.2018 um 09:27 hat John Snow geschrieben: > >> Add a new state that specifically demarcates when we begin to permanently > >> demolish a job after it has performed all work. This makes the tran

Re: [Qemu-devel] [PATCH v5 10/21] blockjobs: add NULL state

2018-03-12 Thread John Snow
On 03/12/2018 11:28 AM, Kevin Wolf wrote: > Am 10.03.2018 um 09:27 hat John Snow geschrieben: >> Add a new state that specifically demarcates when we begin to permanently >> demolish a job after it has performed all work. This makes the transition >> explicit in the STM table and highlights condi

Re: [Qemu-devel] [PATCH v5 10/21] blockjobs: add NULL state

2018-03-12 Thread Kevin Wolf
Am 10.03.2018 um 09:27 hat John Snow geschrieben: > Add a new state that specifically demarcates when we begin to permanently > demolish a job after it has performed all work. This makes the transition > explicit in the STM table and highlights conditions under which a job may > be demolished. > >

[Qemu-devel] [PATCH v5 10/21] blockjobs: add NULL state

2018-03-10 Thread John Snow
Add a new state that specifically demarcates when we begin to permanently demolish a job after it has performed all work. This makes the transition explicit in the STM table and highlights conditions under which a job may be demolished. Alongside this state, add a new helper command "block_job_dec