From 48e9333bec0e96b667ba5a17093ac4aeef3491a3 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Fri, 14 Sep 2012 22:42:19 +0800 Subject: node_memory: Expose the APIs to Python bindings * python/libvirt-override-api.xml: (Add document to describe the APIs). * python/libvirt-override.c: (Implement the API wrappers manually) --- libvirt-override-api.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 4f609ee..b76fb4e 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -529,5 +529,18 @@ + + Change the node memory tunables + + + + + + + Get the node memory parameters + + + + -- cgit