]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: snapshot: Improve approach to deal with snapshot metadata
authorPeter Krempa <pkrempa@redhat.com>
Thu, 12 Jun 2014 14:57:43 +0000 (16:57 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Jul 2014 09:46:52 +0000 (11:46 +0200)
commit363e9a68d4cb6e67cc5e4dd1cda1220d6d4fb346
tree4f0469790bcbec59810967f9aac2d6e65dff22a4
parent4cc1f1a01fb338de939ba88eb933931687b22336
qemu: snapshot: Improve approach to deal with snapshot metadata

Until now we were changing information about the disk source via
multiple steps of copying data. Now that we changed to a pointer to
store the disk source we might use it to change the approach to track
the data.

Additionally this will allow proper tracking of the backing chain.
src/qemu/qemu_driver.c