[GSoC][PATCH v3 1/4] qemu_domain: moved qemuDomainNamespace to `qemu_domain`

2020-07-10 Thread Prathamesh Chavan
While moving the code, qemuDomainNamespace also was moved to `qemu_domainjob`. Hence it is moved back to `qemu_domain` where it will be more appropriate. Signed-off-by: Prathamesh Chavan --- src/qemu/qemu_domain.c| 5 + src/qemu/qemu_domainjob.c | 6 -- 2 files changed, 5 insertions(

Re: [GSoC][PATCH v3 1/4] qemu_domain: moved qemuDomainNamespace to `qemu_domain`

2020-07-10 Thread Michal Privoznik
On 7/10/20 9:11 AM, Prathamesh Chavan wrote: While moving the code, qemuDomainNamespace also was moved to `qemu_domainjob`. Hence it is moved back to `qemu_domain` where it will be more appropriate. Signed-off-by: Prathamesh Chavan --- src/qemu/qemu_domain.c| 5 + src/qemu/qemu_domai