diff options
author | Marcelo Cerri <mhcerri@linux.vnet.ibm.com> | 2012-08-15 19:10:39 -0300 |
---|---|---|
committer | Michal Privoznik <mprivozn@redhat.com> | 2012-08-20 19:14:30 +0200 |
commit | 2f8a09fbce34fb21b7d862357ec7d214587ad75f (patch) | |
tree | 9afb6005ffc808ccecc5de4e9d664d87d0774442 /python | |
parent | Support for multiple default security drivers in QEMU config (diff) | |
download | libvirt-2f8a09fbce34fb21b7d862357ec7d214587ad75f.tar.gz libvirt-2f8a09fbce34fb21b7d862357ec7d214587ad75f.tar.bz2 libvirt-2f8a09fbce34fb21b7d862357ec7d214587ad75f.zip |
Update the remote API
This patch updates libvirt's API to allow applications to inspect the
full list of security labels of a domain.
Signed-off-by: Marcelo Cerri <mhcerri@linux.vnet.ibm.com>
Diffstat (limited to 'python')
-rwxr-xr-x | python/generator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/generator.py b/python/generator.py index 6559ece69..1f8719532 100755 --- a/python/generator.py +++ b/python/generator.py @@ -448,6 +448,7 @@ skip_function = ( 'virConnectOpenAuth', # Python C code is manually written 'virDefaultErrorFunc', # Python virErrorFuncHandler impl calls this from C 'virDomainGetSecurityLabel', # Needs investigation... + 'virDomainGetSecurityLabelList', # Needs investigation... 'virNodeGetSecurityModel', # Needs investigation... 'virConnectDomainEventRegister', # overridden in virConnect.py 'virConnectDomainEventDeregister', # overridden in virConnect.py |