Re: [Qemu-devel] [RFC v3 00/14] blockjobs: add explicit job management

2018-01-31 Thread John Snow
On 01/26/2018 09:05 PM, John Snow wrote: > For jobs that complete when a monitor isn't looking, there's no way to > tell what the job's final return code was. We need to allow jobs to > remain in the list until queried for reliable management. > > Furthermore, it's not viable to have graph chang

Re: [Qemu-devel] [RFC v3 00/14] blockjobs: add explicit job management

2018-01-28 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180127020515.27137-1-js...@redhat.com Subject: [Qemu-devel] [RFC v3 00/14] blockjobs: add explicit job management === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [RFC v3 00/14] blockjobs: add explicit job management

2018-01-26 Thread John Snow
For jobs that complete when a monitor isn't looking, there's no way to tell what the job's final return code was. We need to allow jobs to remain in the list until queried for reliable management. Furthermore, it's not viable to have graph changes when the monitor isn't looking either. We need at