[libvirt] [PATCH] Update docs for memory parameters and memtune command

2010-10-18 Thread Nikunj A. Dadhania
From: Nikunj A. Dadhania docs/formatdomain.html.in: Add memtune element details src/libvirt.c: Update virDomainGetMemoryParameters api description, make it more clear that the user first needs to call the api to get the number of parameters supported and then call again to get the values. tools/v

Re: [libvirt] [PATCH] Update docs for memory parameters and memtune command

2010-10-18 Thread Matthias Bolte
2010/10/18 Nikunj A. Dadhania : > From: Nikunj A. Dadhania > > docs/formatdomain.html.in: Add memtune element details > src/libvirt.c: Update virDomainGetMemoryParameters api description, make it > more clear that the user first needs to call the api to get the number of > parameters supported and

Re: [libvirt] [PATCH] Update docs for memory parameters and memtune command

2010-10-18 Thread Nikunj A. Dadhania
On Mon, 18 Oct 2010 09:55:46 +0200, Matthias Bolte wrote: > 2010/10/18 Nikunj A. Dadhania : > > From: Nikunj A. Dadhania > > > > docs/formatdomain.html.in: Add memtune element details [...] > > @@ -211,6 +216,22 @@ > >         hugepages element set within it. This tells the > >         hyperviso

Re: [libvirt] [PATCH] Update docs for memory parameters and memtune command

2010-10-18 Thread Balbir Singh
* Nikunj A. Dadhania [2010-10-18 14:03:53]: > On Mon, 18 Oct 2010 09:55:46 +0200, Matthias Bolte > wrote: > > 2010/10/18 Nikunj A. Dadhania : > > > From: Nikunj A. Dadhania > > > > > > docs/formatdomain.html.in: Add memtune element details > [...] > > > @@ -211,6 +216,22 @@ > > >         hugep

Re: [libvirt] [PATCH] Update docs for memory parameters and memtune command

2010-10-18 Thread Nikunj A. Dadhania
Hi Matthias, Here goes the updated patch. From: Nikunj A. Dadhania docs/formatdomain.html.in: Add memtune element details, added min_guarantee src/libvirt.c: Update virDomainGetMemoryParameters api description, make it more clear that the user first needs to call the api to get the number of pa

Re: [libvirt] [PATCH] Update docs for memory parameters and memtune command

2010-10-19 Thread Daniel Veillard
On Mon, Oct 18, 2010 at 02:38:19PM +0530, Nikunj A. Dadhania wrote: > Hi Matthias, > > Here goes the updated patch. > > From: Nikunj A. Dadhania > > docs/formatdomain.html.in: Add memtune element details, added min_guarantee > src/libvirt.c: Update virDomainGetMemoryParameters api description,