From 4a5e5def1ef4b7c7d3ba3e1d8693c402aea8171f Mon Sep 17 00:00:00 2001 From: Taku Izumi Date: Mon, 25 Jul 2011 15:00:11 +0800 Subject: python: add Python binding for virDomainPinVcpusFlags API This patch adds the Python bindings for virDomainPinVcpuFlags API. * python/generator.py: add it to the generator skip list * python/libvirt-override-api.xml: provide override description * python/libvirt-override.c: provide override bindings implementation --- libvirt-override-api.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 0dca045..4d9f54b 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -174,6 +174,14 @@ + + Dynamically change the real CPUs which can be allocated to a virtual CPU. This function requires privileged access to the hypervisor. + + + + + + Change the scheduler parameters -- cgit