]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Adding virDomainSetMemoryParameters and virDomainGetMemoryParameters API
authorNikunj A. Dadhania <nikunj@linux.vnet.ibm.com>
Tue, 12 Oct 2010 14:03:24 +0000 (16:03 +0200)
committerDaniel Veillard <veillard@redhat.com>
Tue, 12 Oct 2010 17:26:09 +0000 (19:26 +0200)
commit0cd7823271ab8b6067ebf43bdf079d50d8ba5c23
tree5fa05a6bfcac9538605faeeba937b57ca4880020
parentbf1b76ffaafc6e581b5498a25b6cd9b53c99c9b9
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.
13 files changed:
AUTHORS
src/driver.h
src/esx/esx_driver.c
src/libvirt.c
src/libvirt_public.syms
src/lxc/lxc_driver.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_driver.c
src/remote/remote_driver.c
src/test/test_driver.c
src/uml/uml_driver.c
src/xen/xen_driver.c