]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_saveimage: introduce helpers to decompress memory state file
authorPavel Hrdina <phrdina@redhat.com>
Mon, 18 Sep 2023 13:13:48 +0000 (15:13 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 9 Oct 2023 11:56:49 +0000 (13:56 +0200)
commitdf41a1a00f1d2bd2c3d724d2105bbb07fab948a8
treec250f821eebfa8057a07cff1b14366169baa10c3
parent71163e78b747f9c5018f7e92241260317ad0c364
qemu_saveimage: introduce helpers to decompress memory state file

These new helpers separates the code from the logic used to start new
QEMU process with memory state and will make it easier to move
qemuSaveImageStartProcess() into qemu_process.c file.

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