On Tue, Aug 18, 2020 at 3:13 PM Erik Skultety wrote:
>
> On Mon, Aug 17, 2020 at 10:37:21AM +0530, Prathamesh Chavan wrote:
> > Dependency on qemu-specific `diskPrivatePtr` was removed
> > by moving the funcitons `qemuDomainObjPrivateXMLParseJobNBD`
> > and `qemuDomainObjPrivateXMLFormatNBDMigrati
On Mon, Aug 17, 2020 at 10:37:21AM +0530, Prathamesh Chavan wrote:
> Dependency on qemu-specific `diskPrivatePtr` was removed
> by moving the funcitons `qemuDomainObjPrivateXMLParseJobNBD`
> and `qemuDomainObjPrivateXMLFormatNBDMigration` to
> `qemu_domain`, and moving their calls inside
> the `par
Dependency on qemu-specific `diskPrivatePtr` was removed
by moving the funcitons `qemuDomainObjPrivateXMLParseJobNBD`
and `qemuDomainObjPrivateXMLFormatNBDMigration` to
`qemu_domain`, and moving their calls inside
the `parseJob` and `formatJob` callback functions.
Signed-off-by: Prathamesh Chavan