From e439de2b2dc5ea9bc0b680e70ec9616703a914f5 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 21 Jan 2008 15:41:15 +0000 Subject: Add missing vcpu/schedular APIs to python binding --- libvirt-python-api.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'libvirt-python-api.xml') diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml index 46b2fa2..f50b378 100644 --- a/libvirt-python-api.xml +++ b/libvirt-python-api.xml @@ -82,5 +82,33 @@ + + Get the scheduler parameters, the @params array will be filled with the values. + + + + + Get the scheduler type. + + + + + Extract information about virtual CPUs of domain, store it in info array and also in cpumaps if this pointer is'nt NULL. + + + + + Dynamically change the real CPUs which can be allocated to a virtual CPU. This function requires priviledged access to the hypervisor. + + + + + + + Change the scheduler parameters + + + + -- cgit