Re: [libvirt] [PATCH] lxc: implement missing APIs to control the amount of memory

2009-10-07 Thread Daniel Veillard
On Mon, Oct 05, 2009 at 09:17:37AM +0900, Ryota Ozaki wrote: > Hi, > > The patch implements the missing memory control APIs for lxc, i.e., > domainGetMaxMemory, domainSetMaxMemory, domainSetMemory, and improves > domainGetInfo to return proper amount of used memory via cgroup. > > And also it inc

Re: [libvirt] [PATCH] lxc: implement missing APIs to control the amount of memory

2009-10-06 Thread Daniel P. Berrange
On Mon, Oct 05, 2009 at 09:17:37AM +0900, Ryota Ozaki wrote: > Hi, > > The patch implements the missing memory control APIs for lxc, i.e., > domainGetMaxMemory, domainSetMaxMemory, domainSetMemory, and improves > domainGetInfo to return proper amount of used memory via cgroup. > > And also it inc

[libvirt] [PATCH] lxc: implement missing APIs to control the amount of memory

2009-10-04 Thread Ryota Ozaki
Hi, The patch implements the missing memory control APIs for lxc, i.e., domainGetMaxMemory, domainSetMaxMemory, domainSetMemory, and improves domainGetInfo to return proper amount of used memory via cgroup. And also it includes trivial two fixes; add missing virCgroupSetMemory in libvirt_private.