summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
authorJim Fehlig <jfehlig@novell.com>2011-08-26 12:10:21 -0600
committerJim Fehlig <jfehlig@suse.com>2011-09-01 11:26:21 -0600
commitffcb4a3f7c89f15031e6077ad350bf4fc66d571c (patch)
tree76dea002ab00bcfb5ce4f8804f5ddd4109bbdb4e /generator.py
parent3faa16ef8eadc6c9988bf113e0b22581ea21c3c9 (diff)
downloadlibvirt-python-split-ffcb4a3f7c89f15031e6077ad350bf4fc66d571c.tar.gz
libvirt-python-split-ffcb4a3f7c89f15031e6077ad350bf4fc66d571c.tar.xz
libvirt-python-split-ffcb4a3f7c89f15031e6077ad350bf4fc66d571c.zip
Add public API for getting migration speed
Includes impl of python binding since the generator was not able to cope. Note: Requires gendispatch.pl patch from Matthias Bolte https://www.redhat.com/archives/libvir-list/2011-August/msg01367.html
Diffstat (limited to 'generator.py')
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index 97434ed..cc253cf 100755
--- a/generator.py
+++ b/generator.py
@@ -372,6 +372,7 @@ skip_impl = (
'virNodeGetCPUStats',
'virNodeGetMemoryStats',
'virDomainGetBlockJobInfo',
+ 'virDomainMigrateGetMaxSpeed',
)