Re: [libvirt] [PATCH v3 12/13] Adding memtune command to virsh tool

2010-10-08 Thread Nikunj A. Dadhania
On Thu, 7 Oct 2010 12:59:57 +0100, "Daniel P. Berrange" wrote: > On Tue, Sep 28, 2010 at 03:27:19PM +0530, Nikunj A. Dadhania wrote: > > +LIBVIRT_0.8.5 { > > +global: > > +virDomainSetMemoryParameters; > > +virDomainGetMemoryParameters; > > +} LIBVIRT_0.8.2; > > > This chunk

Re: [libvirt] [PATCH v3 12/13] Adding memtune command to virsh tool

2010-10-07 Thread Daniel P. Berrange
On Tue, Sep 28, 2010 at 03:27:19PM +0530, Nikunj A. Dadhania wrote: > From: Nikunj A. Dadhania > > The command helps to control the memory/swap parameters for the system, for > eg. hard_limit (max memory the vm can use), soft_limit (limit during memory > contention), swap_hard_limit(max swap the

[libvirt] [PATCH v3 12/13] Adding memtune command to virsh tool

2010-09-28 Thread Nikunj A. Dadhania
From: Nikunj A. Dadhania The command helps to control the memory/swap parameters for the system, for eg. hard_limit (max memory the vm can use), soft_limit (limit during memory contention), swap_hard_limit(max swap the vm can use) v3: + Added call to virDomainGetMemoryParameters and print them.