]> xenbits.xensource.com Git - libvirt.git/commit
Trivially support DomainHasManagedSaveImage
authorJán Tomko <jtomko@redhat.com>
Thu, 15 Jan 2015 14:02:44 +0000 (15:02 +0100)
committerJán Tomko <jtomko@redhat.com>
Fri, 6 Feb 2015 11:52:50 +0000 (12:52 +0100)
commit481881f50ae3e3bc4699baf42d35b3ef7d95c685
treee6ce8682e567ef1ada4acdad308f38c1fa730c62
parent95fd6a91c67b9a1374caac479a2ef7db80c2c414
Trivially support DomainHasManagedSaveImage

Return 0 instead of ERR_NO_SUPPORT in each driver
where we don't support managed save or -1 if
the domain does not exist.

This avoids spamming daemon logs when 'virsh dominfo' is run.

https://bugzilla.redhat.com/show_bug.cgi?id=1095637
src/bhyve/bhyve_driver.c
src/esx/esx_driver.c
src/lxc/lxc_driver.c
src/openvz/openvz_driver.c
src/parallels/parallels_driver.c
src/phyp/phyp_driver.c
src/uml/uml_driver.c
src/vbox/vbox_common.c
src/vmware/vmware_driver.c
src/xenapi/xenapi_driver.c