
10 Jul
2020
10 Jul
'20
4:36 p.m.
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 <pc44800@gmail.com> --- src/qemu/qemu_domain.c | 5 +++++ src/qemu/qemu_domainjob.c | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-)
Oops, sorry for not spotting this in the original patchset. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal