From: Luiz Capitulino Date: Wed, 15 Dec 2010 19:56:18 +0000 (-0200) Subject: Fix migrate set speed doc arg X-Git-Tag: v0.14.0-rc0~280 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5569fd7c38ddc7482c9b05af0988779cd0027f6d;p=qemu.git Fix migrate set speed doc arg We used to ignore any fractional part in 0.13, but due to recent changes (started with 9f9b17a4f0865286391e4d3a0a735230122a2289) migrate_set_speed will reject the fractional part. We don't expect existing clients to be relying on this, but we need to update the documentation to reflect the change. Signed-off-by: Luiz Capitulino Signed-off-by: Aurelien Jarno --- diff --git a/qmp-commands.hx b/qmp-commands.hx index 348622351..164ecbcac 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -510,7 +510,7 @@ Set maximum speed for migrations. Arguments: -- "value": maximum speed, in bytes per second (json-number) +- "value": maximum speed, in bytes per second (json-int) Example: