]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_domainjob: moved domain job APIs to a separate file
authorPrathamesh Chavan <pc44800@gmail.com>
Wed, 24 Jun 2020 10:45:23 +0000 (16:15 +0530)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 24 Jun 2020 16:09:18 +0000 (18:09 +0200)
commitd66f2be2ab0233f5b1648cd0bf539feb4aefd9b8
tree4ce3ecc727beae68d7ae5a2c6691b08413ca911f
parent6d0b1d2df55ad139a7639a052f889361e499a818
qemu_domainjob: moved domain job APIs to a separate file

All the domain job related APIs were present in `qemu_domain.c`
along with the other domain APIs. In this patch, we move all the
qemu domain job APIs into a separate file.

Also, in this process, `qemuDomainTrackJob()`,
`qemuDomainFreeJob()`, `qemuDomainInitJob()` and
`qemuDomainObjSaveStatus()` were converted to a non-static
funciton and exposed using `qemu_domain.h`.

Signed-off-by: Prathamesh Chavan <pc44800@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
po/POTFILES.in
src/qemu/Makefile.inc.am
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_domainjob.c [new file with mode: 0644]
src/qemu/qemu_domainjob.h [new file with mode: 0644]