Adding virDomainSetMemoryParameters and virDomainGetMemoryParameters API

Public api to set/get memory tunables supported by the hypervisors.

dv:
* some cleanups in libvirt.c
* adding extra checks in libvirt.c new entry points

v4:
* Move exporting public API to this patch
* Add unsigned int flags to the public api for future extensions

v3:
* Add domainGetMemoryParamters and NULL in all the driver interface

v2:
* Initialize domainSetMemoryParameters to NULL in all the driver
  interface structure.
This commit is contained in:
Nikunj A. Dadhania
2010-10-12 16:03:24 +02:00
committed by Daniel Veillard
parent bf1b76ffaa
commit 0cd7823271
13 changed files with 151 additions and 0 deletions

View File

@@ -129,6 +129,7 @@ Patches have also been contributed by:
Aurelien Rougemont <beorn@binaries.fr>
Patrick Dignan <pat_dignan@dell.com>
Serge Hallyn <serge.hallyn@canonical.com>
Nikunj A. Dadhania <nikunj@linux.vnet.ibm.com>
[....send patches to get your name here....]