]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
memtune: Let virsh know the unlimited value for memory tunables
authorNikunj A. Dadhania <nikunj@linux.vnet.ibm.com>
Thu, 13 Jan 2011 09:18:11 +0000 (14:48 +0530)
committerEric Blake <eblake@redhat.com>
Sat, 15 Jan 2011 00:17:27 +0000 (17:17 -0700)
commitd94a14f89d2e421597c3d38e5e5e1c613629af06
treed071564e317bdd49135aa57db40a589fdcbdb93b
parent63dbc84a88bf581cdc3dc86a273794b5af60dd22
memtune: Let virsh know the unlimited value for memory tunables

Display or set unlimited values for memory parameters. Unlimited is
represented by INT64_MAX in memory cgroup.

Signed-off-by: Nikunj A. Dadhania <nikunj@linux.vnet.ibm.com>
Reported-by: Justin Clift <jclift@redhat.com>
include/libvirt/libvirt.h.in
src/lxc/lxc_driver.c
src/qemu/qemu_driver.c
src/util/cgroup.c
src/util/cgroup.h
tools/virsh.c