]> xenbits.xensource.com Git - libvirt.git/commit
snapshot: populate new XML info for qemu snapshots
authorEric Blake <eblake@redhat.com>
Tue, 23 Oct 2012 15:12:25 +0000 (17:12 +0200)
committerEric Blake <eblake@redhat.com>
Fri, 2 Nov 2012 16:11:50 +0000 (10:11 -0600)
commite260e401a54b977ed622c34326c182553f5ddb1a
treef7f58abe6bc23ee3ae45b9a80d4c07a1c4833dcf
parentf9670bf8a4b6332a15d42dd4ed1b9b28855d9ba7
snapshot: populate new XML info for qemu snapshots

Now that the XML supports listing internal snapshots, it is worth
always populating the <memory> and <disks> element to match.

* src/qemu/qemu_driver.c (qemuDomainSnapshotCreateXML): Always
parse disk info and set memory info.
src/qemu/qemu_driver.c