]> git.ipfire.org Git - thirdparty/libvirt.git/commit
move files: hypervisor/domain_job -> conf/virdomainjob
authorKristina Hanicova <khanicov@redhat.com>
Mon, 5 Sep 2022 13:57:01 +0000 (15:57 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 7 Sep 2022 10:06:17 +0000 (12:06 +0200)
commit2378f9d86ebe12ca709e96ef0e6b9845d62d779a
tree19ea71f418a73e3a31a8602d6668a17f3475b7d3
parent15e9c5ae2f3d293beaeb2ed433403e0df4a92a48
move files: hypervisor/domain_job -> conf/virdomainjob

The following patches move job object as a member into the domain
object.  Because of this, domain_conf (where the domain object is
defined) needs to import the file with the job object.

It makes sense to move jobs to the same level as the domain_conf:
into src/conf/

Signed-off-by: Kristina Hanicova <khanicov@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
12 files changed:
po/POTFILES
src/ch/ch_domain.h
src/conf/meson.build
src/conf/virdomainjob.c [moved from src/hypervisor/domain_job.c with 99% similarity]
src/conf/virdomainjob.h [moved from src/hypervisor/domain_job.h with 99% similarity]
src/hypervisor/meson.build
src/libvirt_private.syms
src/libxl/libxl_domain.c
src/libxl/libxl_domain.h
src/lxc/lxc_domain.c
src/lxc/lxc_domain.h
src/qemu/qemu_domainjob.h