]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: driver: Use 'qemuDomainSaveStatus' for saving status XML
authorPeter Krempa <pkrempa@redhat.com>
Fri, 20 Aug 2021 13:26:47 +0000 (15:26 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 25 Aug 2021 13:32:43 +0000 (15:32 +0200)
commiteffeee5c2fcec19fcaad627690a6a0ba0025e35f
tree4399483b6127a1d852643d97d7bc9fa10651ef0e
parenta640237b5309accccc85164a4e58999a17b7f865
qemu: driver: Use 'qemuDomainSaveStatus' for saving status XML

We've got multiple random open-coded versions. Switch to the helper
function which doesn't report errors as they'd be mostly wrong as the
operation was indeed successful.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_driver.c