diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2009-03-03 09:14:28 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2009-03-03 09:14:28 +0000 |
commit | 0f18facf47b26e5868c3193b53b954d28718ba50 (patch) | |
tree | 349ad261f908054c50f3e0b9ad78717d2288699a | |
parent | 117253128fe9657efe557097a2897c648b819718 (diff) | |
download | libvirt-python-0f18facf47b26e5868c3193b53b954d28718ba50.tar.gz |
Internal driver API for sVirt support (James Morris & Dan Walsh)
-rwxr-xr-x | generator.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/generator.py b/generator.py index 0e8cca7..dcad499 100755 --- a/generator.py +++ b/generator.py @@ -342,6 +342,8 @@ skip_function = ( 'virCopyLastError', # Python API is called virGetLastError instead 'virConnectOpenAuth', # Python C code is manually written 'virDefaultErrorFunc', # Python virErrorFuncHandler impl calls this from C + 'virDomainGetSecurityLabel', # Needs investigation... + 'virNodeGetSecurityModel', # Needs investigation... 'virConnectDomainEventRegister', # overridden in virConnect.py 'virConnectDomainEventDeregister', # overridden in virConnect.py 'virSaveLastError', # We have our own python error wrapper |