diff options
author | Taku Izumi <izumi.taku@jp.fujitsu.com> | 2011-07-25 15:04:50 +0800 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2011-07-25 15:04:50 +0800 |
commit | 0fad55b22fe336b075ce14f42012decf9ea8df3b (patch) | |
tree | 0d2c0435d0d368c552f46604fef371a7998c2326 /generator.py | |
parent | 4a5e5def1ef4b7c7d3ba3e1d8693c402aea8171f (diff) | |
download | libvirt-python-v6-0fad55b22fe336b075ce14f42012decf9ea8df3b.tar.gz libvirt-python-v6-0fad55b22fe336b075ce14f42012decf9ea8df3b.tar.xz libvirt-python-v6-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-x | generator.py | 1 |
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', |