Signed-off-by: Jiří Župka <jzupka@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html