]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: snapshot: Don't redetect backing chain after snapshot
authorPeter Krempa <pkrempa@redhat.com>
Fri, 16 Dec 2016 06:10:46 +0000 (07:10 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 10 Jan 2017 18:12:19 +0000 (19:12 +0100)
commit7456c4f5f064f692e5f89a9ee3ef0fb54041e23b
tree11d7de5c0892024e673c0fe8046fb71409af1f54
parenta05e2570c9d76b0d1286f0c51d86dc0c2a38337d
qemu: snapshot: Don't redetect backing chain after snapshot

Libvirt is able to properly model what happens to the backing chain
after a snapshot so there's no real need to redetect the data.
Additionally with the _REUSE_EXT flag this might end up in redetecting
wrong data if the user puts wrong backing chain reference into the
snapshot image.
src/qemu/qemu_driver.c