diff options
author | Jim Fehlig <jfehlig@novell.com> | 2011-08-26 12:10:21 -0600 |
---|---|---|
committer | Jim Fehlig <jfehlig@suse.com> | 2011-09-01 11:26:21 -0600 |
commit | ffcb4a3f7c89f15031e6077ad350bf4fc66d571c (patch) | |
tree | 76dea002ab00bcfb5ce4f8804f5ddd4109bbdb4e /generator.py | |
parent | 3faa16ef8eadc6c9988bf113e0b22581ea21c3c9 (diff) | |
download | libvirt-python-ffcb4a3f7c89f15031e6077ad350bf4fc66d571c.tar.gz |
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-x | generator.py | 1 |
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', ) |