Signed-off-by: Jiří Župka <[email protected]>
---
client/virt/kvm_monitor.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/client/virt/kvm_monitor.py b/client/virt/kvm_monitor.py
index a49fd18..f7a3e34 100644
--- a/client/virt/kvm_monitor.py
+++ b/client/virt/kvm_monitor.py
@@ -966,6 +966,7 @@ class QMPMonitor(Monitor):
@param value: Speed in bytes/sec
@return: The response to the command
"""
+ value = virt_utils.humannum_to_computernum(value, "M")
args = {"value": value}
return self.cmd("migrate_set_speed", args)
--
1.7.7.6
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest