]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: snapshot: Always save status and config after qemuDomainSnapshotCreateDiskActive
authorPeter Krempa <pkrempa@redhat.com>
Wed, 5 Jun 2019 11:59:32 +0000 (13:59 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 10 Jun 2019 12:01:08 +0000 (14:01 +0200)
commit999e450c2611e9c61c94b82430a9706c8bf2f2a7
tree9092d3bd178da46ab4cc7f0160951583e26169b0
parent7b8c319d9c47d227dd6005e7c43edbb13a667e25
qemu: snapshot: Always save status and config after qemuDomainSnapshotCreateDiskActive

The error path is unlikely thus saving the status XML even if we didn't
modify it does not add much burden.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c