Re: [GSoC][PATCH v2 1/6] qemu_domain: Added `qemuDomainJobInfo` to domainJob's `privateData`

2020-08-18 Thread Erik Skultety
On Mon, Aug 17, 2020 at 10:37:16AM +0530, Prathamesh Chavan wrote: > As `qemuDomainJobInfo` had attributes specific to qemu hypervisor's > jobs, we moved the attribute `current` and `completed` from > `qemuDomainJobObj` to its `privateData` structure. > > In this process, two callback functions:

[GSoC][PATCH v2 1/6] qemu_domain: Added `qemuDomainJobInfo` to domainJob's `privateData`

2020-08-16 Thread Prathamesh Chavan
As `qemuDomainJobInfo` had attributes specific to qemu hypervisor's jobs, we moved the attribute `current` and `completed` from `qemuDomainJobObj` to its `privateData` structure. In this process, two callback functions: `setJobInfoOperation` and `currentJobInfoInit` were introduced to