From ffcb4a3f7c89f15031e6077ad350bf4fc66d571c Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Fri, 26 Aug 2011 12:10:21 -0600 Subject: 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 --- generator.py | 1 + 1 file changed, 1 insertion(+) (limited to 'generator.py') 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', ) -- cgit