Re: [Qemu-devel] [PATCH 08/42] job: Create Job, JobDriver and job_create()

2018-05-14 Thread John Snow
On 05/09/2018 12:26 PM, Kevin Wolf wrote: > This is the first step towards creating an infrastructure for generic > background jobs that aren't tied to a block device. For now, Job only > stores its ID and JobDriver, the rest stays in BlockJob. > > The following patches will move over more parts

Re: [Qemu-devel] [PATCH 08/42] job: Create Job, JobDriver and job_create()

2018-05-14 Thread Kevin Wolf
Am 12.05.2018 um 00:46 hat Max Reitz geschrieben: > On 2018-05-09 18:26, Kevin Wolf wrote: > > This is the first step towards creating an infrastructure for generic > > background jobs that aren't tied to a block device. For now, Job only > > stores its ID and JobDriver, the rest stays in BlockJob.

Re: [Qemu-devel] [PATCH 08/42] job: Create Job, JobDriver and job_create()

2018-05-11 Thread Max Reitz
On 2018-05-09 18:26, Kevin Wolf wrote: > This is the first step towards creating an infrastructure for generic > background jobs that aren't tied to a block device. For now, Job only > stores its ID and JobDriver, the rest stays in BlockJob. > > The following patches will move over more parts of B

[Qemu-devel] [PATCH 08/42] job: Create Job, JobDriver and job_create()

2018-05-09 Thread Kevin Wolf
This is the first step towards creating an infrastructure for generic background jobs that aren't tied to a block device. For now, Job only stores its ID and JobDriver, the rest stays in BlockJob. The following patches will move over more parts of BlockJob to Job if they are meaningful outside the