]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu & hypervisor: move qemuDomainObjPreserveJob() into hypervisor
authorKristina Hanicova <khanicov@redhat.com>
Wed, 3 Aug 2022 12:43:15 +0000 (14:43 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 8 Aug 2022 10:19:31 +0000 (12:19 +0200)
commit635bb080257abcd7349507c9e2dcbd5e3ee53777
treedc118d002ba99f3c41eacd14582f3f2da97cbd2b
parent4df82dbbd17619f413771fc5ff5249cf4fe361c5
qemu & hypervisor: move qemuDomainObjPreserveJob() into hypervisor

This patch moves qemuDomainObjPreserveJob() as
virDomainObjPreserveJob() into hypervisor in order to be used by
other hypervisors as well.

Signed-off-by: Kristina Hanicova <khanicov@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/hypervisor/domain_job.c
src/hypervisor/domain_job.h
src/libvirt_private.syms
src/qemu/qemu_domainjob.c
src/qemu/qemu_domainjob.h
src/qemu/qemu_process.c