summaryrefslogtreecommitdiffstats
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
commite8fe76bdbf50f59fc2d7b89280601a053e6fd145 (patch)
tree6d0d7f44bd9cc885cb3b52e991c47ca214e8ccbe
parent4ef433f8359c32411cb0a76ff276c8b02eb4e73b (diff)
downloadlibvirt-python-split-e8fe76bdbf50f59fc2d7b89280601a053e6fd145.tar.gz
libvirt-python-split-e8fe76bdbf50f59fc2d7b89280601a053e6fd145.tar.xz
libvirt-python-split-e8fe76bdbf50f59fc2d7b89280601a053e6fd145.zip
domiftune: Add API virDomain{S,G}etInterfaceParametersv0.9.9-rc2v0.9.9-rc1v0.9.9
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
-rwxr-xr-xgenerator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index 181f70e..6fee3a4 100755
--- a/generator.py
+++ b/generator.py
@@ -419,6 +419,8 @@ skip_impl = (
'virDomainBlockStatsFlags',
'virDomainSetBlockIoTune',
'virDomainGetBlockIoTune',
+ 'virDomainSetInterfaceParameters',
+ 'virDomainGetInterfaceParameters',
)
qemu_skip_impl = (