diff options
author | Luiz Capitulino | 2010-12-15 20:56:18 +0100 |
---|---|---|
committer | Aurelien Jarno | 2010-12-27 21:43:56 +0100 |
commit | 5569fd7c38ddc7482c9b05af0988779cd0027f6d (patch) | |
tree | 3a01d98c03e2f9bdf76151d8225394ba53de0e69 | |
parent | target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9 (diff) | |
download | qemu-5569fd7c38ddc7482c9b05af0988779cd0027f6d.tar.gz qemu-5569fd7c38ddc7482c9b05af0988779cd0027f6d.tar.xz qemu-5569fd7c38ddc7482c9b05af0988779cd0027f6d.zip |
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 <lcapitulino@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
-rw-r--r-- | qmp-commands.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx index 3486223517..164ecbcac0 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: |