1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-07-22 20:59:34 +03:00

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
This commit is contained in:
Taku Izumi
2011-07-25 15:04:50 +08:00
committed by Daniel Veillard
parent 4a5e5def1e
commit 0fad55b22f
3 changed files with 76 additions and 0 deletions

View File

@ -345,6 +345,7 @@ skip_impl = (
'virDomainGetVcpus',
'virDomainPinVcpu',
'virDomainPinVcpuFlags',
'virDomainGetVcpuPinInfo',
'virSecretGetValue',
'virSecretSetValue',
'virSecretGetUUID',