Re: [GSoC][PATCH v2] qemu_domainjob: removal of its dependency on other qemu-files

2020-07-09 Thread Michal Privoznik
On 7/8/20 8:33 PM, Prathamesh Chavan wrote: It was seen that `qemu_domain.h` file depended upon `qemu_migration_params.h` and `qmeu_monitor.h` as they were required by some qemu_domainjob stuctures. This dependency was removed by the introduction of a `void *privateData` pointer. This

[GSoC][PATCH v2] qemu_domainjob: removal of its dependency on other qemu-files

2020-07-08 Thread Prathamesh Chavan
It was seen that `qemu_domain.h` file depended upon `qemu_migration_params.h` and `qmeu_monitor.h` as they were required by some qemu_domainjob stuctures. This dependency was removed by the introduction of a `void *privateData` pointer. This privateData pointer was handled using a structure of