]> xenbits.xensource.com Git - libvirt.git/commit
setmaxmem: remove the code to invoke virDomainSetMemory in cmdSetmaxmem
authorTaku Izumi <izumi.taku@jp.fujitsu.com>
Wed, 16 Mar 2011 08:58:57 +0000 (17:58 +0900)
committerEric Blake <eblake@redhat.com>
Thu, 7 Apr 2011 22:18:43 +0000 (16:18 -0600)
commit74891d94886f9c2fe1679864a9bdb1cacbc7341b
tree5a2afdb34b56431bb3e88e2d78a724d7bb7dfd1e
parent8ae5df5d93ca6d059d944f64416893f023e59c0d
setmaxmem: remove the code to invoke virDomainSetMemory in cmdSetmaxmem

When the new maximum memory size becomes less than the current memory size,
I think it is not the libvirt client but the each driver that decides the behavior
(reject the operation or shrink the current memory size).

Signed-off-by: Taku Izumi <izumi.taku@jp.fujitsu.com>
tools/virsh.c