Re: [libvirt] [PATCH v4 01/13] Adding structure and defines for virDomainSet/GetMemoryParameters

2010-10-12 Thread Daniel Veillard
On Fri, Oct 08, 2010 at 05:44:48PM +0530, Nikunj A. Dadhania wrote: > From: Nikunj A. Dadhania > > This patch adds a structure virMemoryParameter, it contains the name of the > parameter and the type of the parameter along with a union. > > v4: > + Add unsigned int flags to the public api for fu

[libvirt] [PATCH v4 01/13] Adding structure and defines for virDomainSet/GetMemoryParameters

2010-10-08 Thread Nikunj A. Dadhania
From: Nikunj A. Dadhania This patch adds a structure virMemoryParameter, it contains the name of the parameter and the type of the parameter along with a union. v4: + Add unsigned int flags to the public api for future extensions v3: + Protoype for virDomainGetMemoryParameters and dummy python