]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Remove cleanup label in qemuDomainSnapshotPrepareDiskExternal
authorPeter Krempa <pkrempa@redhat.com>
Mon, 12 Aug 2019 11:47:36 +0000 (13:47 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 26 Aug 2019 11:49:17 +0000 (13:49 +0200)
commit7921e9b088cf0aec34766ed3d7432fcdf66e3ea9
treeb9332442b2f770b8df8adb49633e91e1493c1425
parent6129a04d49926e31c983a8a5636741c8ccc8364e
qemu: Remove cleanup label in qemuDomainSnapshotPrepareDiskExternal

Refactor the code to avoid having a cleanup label. This will simplify
the change necessary when restricting this check in an upcoming patch.

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