summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2012-09-14 22:42:14 +0800
committerOsier Yang <jyang@redhat.com>2012-09-17 13:49:44 +0800
commit270cebde5a7c3b735620f79ffd4463b9f1dc2e97 (patch)
treea5d71784c27deefec5b218f4fae1bfabb006ef1b
parent4a8290241b6308c0a1827073ca9d5eeb7fbe6a0a (diff)
downloadlibvirt-python-split-270cebde5a7c3b735620f79ffd4463b9f1dc2e97.tar.gz
libvirt-python-split-270cebde5a7c3b735620f79ffd4463b9f1dc2e97.tar.xz
libvirt-python-split-270cebde5a7c3b735620f79ffd4463b9f1dc2e97.zip
node_memory: Define the APIs to get/set memory parameters
* include/libvirt/libvirt.h.in: (Add macros for the param fields, declare the APIs). * src/driver.h: (New methods for the driver struct) * src/libvirt.c: (Implement the public APIs) * src/libvirt_public.syms: (Export the public symbols)
-rwxr-xr-xgenerator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index 955c893..a98a894 100755
--- a/generator.py
+++ b/generator.py
@@ -427,6 +427,8 @@ skip_impl = (
'virDomainGetDiskErrors',
'virConnectUnregisterCloseCallback',
'virConnectRegisterCloseCallback',
+ 'virNodeGetMemoryParameters',
+ 'virNodeSetMemoryParameters',
)
qemu_skip_impl = (