]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuProcessStartWithMemoryState: make it possible to use without data
authorPavel Hrdina <phrdina@redhat.com>
Wed, 27 Sep 2023 09:41:46 +0000 (11:41 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 9 Oct 2023 11:56:50 +0000 (13:56 +0200)
commit2f3e582a1ac1008eba8d43c751cdba8712dd1614
treef40f883322aee918e84ebab6182d8b66a0a1af15
parent8a88d3e5860881f430e528d3e5e8d6455ded4d1d
qemuProcessStartWithMemoryState: make it possible to use without data

When used with internal snapshots there is no memory state file so we
have no data to load and decompression is not needed.

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