Re: [libvirt] [PATCH 06/12] Implement driver interface domainSetMemoryParamters for QEmu

2010-09-21 Thread Nikunj A. Dadhania
On Tue, 21 Sep 2010 18:21:39 +0100, "Daniel P. Berrange" wrote: > On Mon, Sep 20, 2010 at 02:16:51PM +0530, Nikunj A. Dadhania wrote: > > Driver interface for setting memory hard_limit, soft_limit and swap > > hard_limit. This patch also NULLs the other HV driver interface structure. > > > > Sig

Re: [libvirt] [PATCH 06/12] Implement driver interface domainSetMemoryParamters for QEmu

2010-09-21 Thread Daniel P. Berrange
On Mon, Sep 20, 2010 at 02:16:51PM +0530, Nikunj A. Dadhania wrote: > Driver interface for setting memory hard_limit, soft_limit and swap > hard_limit. This patch also NULLs the other HV driver interface structure. > > Signed-off-by: Nikunj A. Dadhania > --- > src/esx/esx_driver.c |1

[libvirt] [PATCH 06/12] Implement driver interface domainSetMemoryParamters for QEmu

2010-09-20 Thread Nikunj A. Dadhania
Driver interface for setting memory hard_limit, soft_limit and swap hard_limit. This patch also NULLs the other HV driver interface structure. Signed-off-by: Nikunj A. Dadhania --- src/esx/esx_driver.c |1 src/lxc/lxc_driver.c |1 src/openvz/openvz_driver.c |1 src/phy