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:
committed by
Daniel Veillard
parent
4a5e5def1e
commit
0fad55b22f
@ -345,6 +345,7 @@ skip_impl = (
|
||||
'virDomainGetVcpus',
|
||||
'virDomainPinVcpu',
|
||||
'virDomainPinVcpuFlags',
|
||||
'virDomainGetVcpuPinInfo',
|
||||
'virSecretGetValue',
|
||||
'virSecretSetValue',
|
||||
'virSecretGetUUID',
|
||||
|
Reference in New Issue
Block a user