summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2009-03-03 09:14:28 +0000
committerDaniel P. Berrange <berrange@redhat.com>2009-03-03 09:14:28 +0000
commit0f18facf47b26e5868c3193b53b954d28718ba50 (patch)
tree349ad261f908054c50f3e0b9ad78717d2288699a
parent117253128fe9657efe557097a2897c648b819718 (diff)
downloadlibvirt-python-split-0f18facf47b26e5868c3193b53b954d28718ba50.tar.gz
libvirt-python-split-0f18facf47b26e5868c3193b53b954d28718ba50.tar.xz
libvirt-python-split-0f18facf47b26e5868c3193b53b954d28718ba50.zip
Internal driver API for sVirt support (James Morris & Dan Walsh)
-rwxr-xr-xgenerator.py2
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