]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libvirt: Update virDomainSetMemory description v1.3.0-rc2
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Thu, 12 Nov 2015 07:23:16 +0000 (10:23 +0300)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 4 Dec 2015 21:43:35 +0000 (16:43 -0500)
commit2b8d0d44b92cfcc14476f366173783ea0dc854ae
tree7e04aad352039779ce62d67965a9807d1d6cef20
parent105794cd434d815e483f87732f2084f55ae62c42
libvirt: Update virDomainSetMemory description

virDomainSetMemory is documented to change only runtime configuration of
running domain. However, that's not true of all hypervisors supported.
Seems as though when commit id '0f2e50be5' added the current flag, the
function description should have been updated similar to when commit id
'c1795c52' updated the virDomainSetMaxMemory description. Especially since
commit id '80427f1d' updated the virsh 'setmem' description to indicate
"behavior is different depending on hypervisor."

This patch will update the description to match current functionality.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
src/libvirt-domain.c