From 5e11899803a9e74f7772bd8464802fab8e1c05d2 Mon Sep 17 00:00:00 2001 From: "Nikunj A. Dadhania" Date: Tue, 12 Oct 2010 15:43:27 +0200 Subject: Adding structure and defines for virDomainSet/GetMemoryParameters This patch adds a structure virMemoryParameter, it contains the name of the parameter and the type of the parameter along with a union. dv: + rename enums to VIR_DOMAIN_MEMORY_PARAM_* + remove some extraneous tabs v4: + Add unsigned int flags to the public api for future extensions v3: + Protoype for virDomainGetMemoryParameters and dummy python binding. v2: + Includes dummy python bindings for the library to build cleanly. + Define string constants like "hard_limit", etc. + re-order this patch. --- libvirt-override-api.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index ca16993..f209608 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -162,6 +162,18 @@ + + Change the memory tunables + + + + + + Get the memory parameters, the @params array will be filled with the values. + + + + list the storage pools, stores the pointers to the names in @names -- cgit