Re: [libvirt] [PATCH v3 10/13] Implement driver interface domainSetMemoryParamters for LXC

2010-10-07 Thread Daniel P. Berrange
On Tue, Sep 28, 2010 at 03:27:08PM +0530, Nikunj A. Dadhania wrote: > From: Nikunj A. Dadhania > > Add support in the lxc driver for various memory controllable parameters > > v2: > + Use #define string constants for "hard_limit", etc > + fix typo: min_guarantee > > Signed-off-by: Nikunj A. Dad

[libvirt] [PATCH v3 10/13] Implement driver interface domainSetMemoryParamters for LXC

2010-09-28 Thread Nikunj A. Dadhania
From: Nikunj A. Dadhania Add support in the lxc driver for various memory controllable parameters v2: + Use #define string constants for "hard_limit", etc + fix typo: min_guarantee Signed-off-by: Nikunj A. Dadhania --- src/lxc/lxc_driver.c | 90 ++