]> git.ipfire.org Git - thirdparty/libvirt.git/commit
snapshot: remove mutually exclusive memory and disk-only duplicate check
authorGuannan Ren <gren@redhat.com>
Tue, 4 Jun 2013 08:42:55 +0000 (16:42 +0800)
committerGuannan Ren <gren@redhat.com>
Wed, 5 Jun 2013 02:37:45 +0000 (10:37 +0800)
commited91e32b08ae8aabaa26b45213288040dfd54c7e
treedfbd4075802a5d0cf2652b4869feee40bb9204ba
parent0ec376c20a42b9eb365c1f9a5596366023c20c35
snapshot: remove mutually exclusive memory and disk-only duplicate check

The work was done at the time of snapshot xmlstring parsing

 if (offline && def->memory &&
     def->memory != VIR_DOMAIN_SNAPSHOT_LOCATION_NONE) {
     virReportError(...);
 }
src/qemu/qemu_driver.c