Re: [libvirt] [PATCH v4 11/13] Implement driver interface domainGetMemoryParamters for LXC

2010-10-12 Thread Daniel Veillard
On Fri, Oct 08, 2010 at 05:46:40PM +0530, Nikunj A. Dadhania wrote: > From: Nikunj A. Dadhania > > v4: > * prototype change: add unsigned int flags > > Driver interface for getting memory parameters, eg. hard_limit, soft_limit and > swap_hard_limit. > > Signed-off-by: Nikunj A. Dadhania > ---

[libvirt] [PATCH v4 11/13] Implement driver interface domainGetMemoryParamters for LXC

2010-10-08 Thread Nikunj A. Dadhania
From: Nikunj A. Dadhania v4: * prototype change: add unsigned int flags Driver interface for getting memory parameters, eg. hard_limit, soft_limit and swap_hard_limit. Signed-off-by: Nikunj A. Dadhania --- src/lxc/lxc_driver.c | 114 ++ 1 files