Re: [GSoC][PATCH 2/7] qemu_domainjob: added maxQueuedJobs and jobs_queued to `qemuDomainJob`

2020-08-10 Thread Erik Skultety
On Tue, Aug 04, 2020 at 08:06:44PM +0530, Prathamesh Chavan wrote: > Since the attribute `jobs_queued` was specific to jobs, > we decided to move this from `qemuDomainObjPrivate` > to `qemuDomainJobObj` structure. > > Also, reference to `maxQueuedJobs` required us to access > config of the qemu-dri

[GSoC][PATCH 2/7] qemu_domainjob: added maxQueuedJobs and jobs_queued to `qemuDomainJob`

2020-08-04 Thread Prathamesh Chavan
Since the attribute `jobs_queued` was specific to jobs, we decided to move this from `qemuDomainObjPrivate` to `qemuDomainJobObj` structure. Also, reference to `maxQueuedJobs` required us to access config of the qemu-driver. And creating its copy in the `qemuDomainJob` helped us access the variabl