Re: [Qemu-devel] [RFC v3 01/14] blockjobs: add manual property

2018-01-29 Thread John Snow
On 01/29/2018 12:46 PM, Kevin Wolf wrote: > Am 29.01.2018 um 18:34 hat John Snow geschrieben: >> On 01/29/2018 11:59 AM, Kevin Wolf wrote: >>> Am 27.01.2018 um 03:05 hat John Snow geschrieben: This property will be used to opt-in to the new BlockJobs workflow that allows a tighter, more

Re: [Qemu-devel] [RFC v3 01/14] blockjobs: add manual property

2018-01-29 Thread Kevin Wolf
Am 29.01.2018 um 18:34 hat John Snow geschrieben: > On 01/29/2018 11:59 AM, Kevin Wolf wrote: > > Am 27.01.2018 um 03:05 hat John Snow geschrieben: > >> This property will be used to opt-in to the new BlockJobs workflow > >> that allows a tighter, more explicit control over transitions from > >> on

Re: [Qemu-devel] [RFC v3 01/14] blockjobs: add manual property

2018-01-29 Thread John Snow
On 01/29/2018 11:59 AM, Kevin Wolf wrote: > Am 27.01.2018 um 03:05 hat John Snow geschrieben: >> This property will be used to opt-in to the new BlockJobs workflow >> that allows a tighter, more explicit control over transitions from >> one runstate to another. >> >> Signed-off-by: John Snow >

Re: [Qemu-devel] [RFC v3 01/14] blockjobs: add manual property

2018-01-29 Thread Kevin Wolf
Am 27.01.2018 um 03:05 hat John Snow geschrieben: > This property will be used to opt-in to the new BlockJobs workflow > that allows a tighter, more explicit control over transitions from > one runstate to another. > > Signed-off-by: John Snow > diff --git a/include/block/blockjob.h b/include/bl

[Qemu-devel] [RFC v3 01/14] blockjobs: add manual property

2018-01-26 Thread John Snow
This property will be used to opt-in to the new BlockJobs workflow that allows a tighter, more explicit control over transitions from one runstate to another. Signed-off-by: John Snow --- block/backup.c | 20 ++-- block/commit.c | 2 +- block/mirror.c