From a5036ccfd634186c57202c7f49c4eb6703911220 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 20 Mar 2013 11:43:41 +0100 Subject: python: Fix emulatorpin API bindings The addition of emulator pinning APIs didn't think of doing the right job with python APIs for them. The default generator produced unusable code for this. This patch switches to proper code as in the case of domain Vcpu pining. This change can be classified as a python API-breaker but in the state the code was before I doubt anyone was able to use it successfully. --- libvirt-override-api.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 2bd0e6a..155ab36 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -249,6 +249,20 @@ + + Query the CPU affinity setting of the emulator process of domain + + + + + + Dynamically change the real CPUs which can be allocated to the emulator process of a domain. + This function requires privileged access to the hypervisor. + + + + + Change the scheduler parameters -- cgit