]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use qemuDomainSaveStatus
authorJiri Denemark <jdenemar@redhat.com>
Tue, 14 Dec 2021 15:33:35 +0000 (16:33 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 15 Dec 2021 09:44:50 +0000 (10:44 +0100)
commit38fb9106ed0c3f61b09411510818d2bd68b3e9e5
tree044168cc1ad115438d5d909b055b1bf40352b4bd
parent877d1c24783755c3dba33f77cc57058b083913cf
qemu: Use qemuDomainSaveStatus

It is a nice wrapper around virDomainObjSave which logs a warning, but
otherwise ignores the error. Let's use it where appropriate.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_migration.c
src/qemu/qemu_process.c
src/qemu/qemu_saveimage.c