summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
authorTaku Izumi <izumi.taku@jp.fujitsu.com>2011-07-25 15:04:50 +0800
committerDaniel Veillard <veillard@redhat.com>2011-07-25 15:04:50 +0800
commit0fad55b22fe336b075ce14f42012decf9ea8df3b (patch)
tree0d2c0435d0d368c552f46604fef371a7998c2326 /generator.py
parent4a5e5def1ef4b7c7d3ba3e1d8693c402aea8171f (diff)
downloadlibvirt-python-split-0fad55b22fe336b075ce14f42012decf9ea8df3b.tar.gz
libvirt-python-split-0fad55b22fe336b075ce14f42012decf9ea8df3b.tar.xz
libvirt-python-split-0fad55b22fe336b075ce14f42012decf9ea8df3b.zip
python: add Python binding for virDomainGetVcpuPinInfo API
This patch adds the Python bindings for virDomainGetVcpuPinInfo API. * python/generator.py: add it to generator skip list * python/libvirt-override-api.xml: provide an override description * python/libvirt-override.c: provide an override binding implementation
Diffstat (limited to 'generator.py')
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index 672b38f..97434ed 100755
--- a/generator.py
+++ b/generator.py
@@ -345,6 +345,7 @@ skip_impl = (
'virDomainGetVcpus',
'virDomainPinVcpu',
'virDomainPinVcpuFlags',
+ 'virDomainGetVcpuPinInfo',
'virSecretGetValue',
'virSecretSetValue',
'virSecretGetUUID',