]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_saveimage: move qemuSaveImageStartProcess to qemu_process
authorPavel Hrdina <phrdina@redhat.com>
Mon, 18 Sep 2023 13:20:12 +0000 (15:20 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 9 Oct 2023 11:56:49 +0000 (13:56 +0200)
commit6c0f30b37e709139c262a287a867130f1b0c2347
tree1cf477ce9dbdfe93561ba539e14cd44257d93624
parentdf41a1a00f1d2bd2c3d724d2105bbb07fab948a8
qemu_saveimage: move qemuSaveImageStartProcess to qemu_process

The function will no longer be used only when restoring VM as it will
be used when reverting snapshot as well so move it to qemu_process
and rename it accordingly.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/qemu/qemu_process.c
src/qemu/qemu_process.h
src/qemu/qemu_saveimage.c
src/qemu/qemu_saveimage.h