summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHu Tao <hutao@cn.fujitsu.com>2011-12-29 15:33:16 +0800
committerOsier Yang <jyang@redhat.com>2011-12-29 18:24:43 +0800
commit85f3493f349c02112303e3eb4a8779daad707d93 (patch)
tree56eb3716bbf9c8ec34f066c143d8dc8f2caaaad1 /python/generator.py
parentremove a static limit on max domains in python bindings (diff)
downloadlibvirt-85f3493f349c02112303e3eb4a8779daad707d93.tar.gz
libvirt-85f3493f349c02112303e3eb4a8779daad707d93.tar.bz2
libvirt-85f3493f349c02112303e3eb4a8779daad707d93.zip
domiftune: Add API virDomain{S,G}etInterfaceParameters
The APIs are used to set/get domain's network interface's parameters. Currently supported parameters are bandwidth settings. * include/libvirt/libvirt.h.in: new API and parameters definition * python/generator.py: skip the Python API generation * src/driver.h: add new entry to the driver structure * src/libvirt_public.syms: export symbols
Diffstat (limited to 'python/generator.py')
-rwxr-xr-xpython/generator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/generator.py b/python/generator.py
index 181f70e19..6fee3a4c4 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -419,6 +419,8 @@ skip_impl = (
'virDomainBlockStatsFlags',
'virDomainSetBlockIoTune',
'virDomainGetBlockIoTune',
+ 'virDomainSetInterfaceParameters',
+ 'virDomainGetInterfaceParameters',
)
qemu_skip_impl = (