Re: [Qemu-devel] [PATCH v2 00/40] Generic background jobs

2018-05-29 Thread Dr. David Alan Gilbert
* Marc-André Lureau (marcandre.lur...@redhat.com) wrote: > Hi > > On Tue, May 22, 2018 at 1:01 PM, Kevin Wolf wrote: > > Am 18.05.2018 um 20:41 hat Dr. David Alan Gilbert geschrieben: > >> * Kevin Wolf (kw...@redhat.com) wrote: > >> > Before we can make x-blockdev-create a background job, we

Re: [Qemu-devel] [PATCH v2 00/40] Generic background jobs

2018-05-23 Thread Kevin Wolf
Am 18.05.2018 um 15:20 hat Kevin Wolf geschrieben: > Before we can make x-blockdev-create a background job, we need to > generalise the job infrastructure so that it can be used without any > associated block node. > > This series extracts a Job object from the block job infrastructure, > which

Re: [Qemu-devel] [PATCH v2 00/40] Generic background jobs

2018-05-22 Thread Marc-André Lureau
Hi On Tue, May 22, 2018 at 1:01 PM, Kevin Wolf wrote: > Am 18.05.2018 um 20:41 hat Dr. David Alan Gilbert geschrieben: >> * Kevin Wolf (kw...@redhat.com) wrote: >> > Before we can make x-blockdev-create a background job, we need to >> > generalise the job infrastructure so that

Re: [Qemu-devel] [PATCH v2 00/40] Generic background jobs

2018-05-22 Thread Kevin Wolf
Am 18.05.2018 um 20:41 hat Dr. David Alan Gilbert geschrieben: > * Kevin Wolf (kw...@redhat.com) wrote: > > Before we can make x-blockdev-create a background job, we need to > > generalise the job infrastructure so that it can be used without any > > associated block node. > > Is there any

Re: [Qemu-devel] [PATCH v2 00/40] Generic background jobs

2018-05-18 Thread Dr. David Alan Gilbert
* Kevin Wolf (kw...@redhat.com) wrote: > Before we can make x-blockdev-create a background job, we need to > generalise the job infrastructure so that it can be used without any > associated block node. Is there any relationship between what this does, and what Marc-André's 'monitor: add

Re: [Qemu-devel] [PATCH v2 00/40] Generic background jobs

2018-05-18 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180518132114.4070-1-kw...@redhat.com Subject: [Qemu-devel] [PATCH v2 00/40] Generic background jobs === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

[Qemu-devel] [PATCH v2 00/40] Generic background jobs

2018-05-18 Thread Kevin Wolf
Before we can make x-blockdev-create a background job, we need to generalise the job infrastructure so that it can be used without any associated block node. This series extracts a Job object from the block job infrastructure, which should contain everything related to jobs that doesn't require