summaryrefslogtreecommitdiff
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
commitb12354befee9f8e88d3d5d96390856af8f05eb2f (patch)
treed31cd337b498c4077e81a2d80f93a8d065dd0269 /python/generator.py
parentvirsh: prefer unsigned flags (diff)
downloadlibvirt-b12354befee9f8e88d3d5d96390856af8f05eb2f.tar.gz
libvirt-b12354befee9f8e88d3d5d96390856af8f05eb2f.tar.bz2
libvirt-b12354befee9f8e88d3d5d96390856af8f05eb2f.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 'python/generator.py')
-rwxr-xr-xpython/generator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/generator.py b/python/generator.py
index 97434ed37..cc253cf36 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -372,6 +372,7 @@ skip_impl = (
'virNodeGetCPUStats',
'virNodeGetMemoryStats',
'virDomainGetBlockJobInfo',
+ 'virDomainMigrateGetMaxSpeed',
)