]> git.proxmox.com Git - qemu.git/commitdiff
Fix migrate set speed doc arg
authorLuiz Capitulino <lcapitulino@redhat.com>
Wed, 15 Dec 2010 19:56:18 +0000 (17:56 -0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 27 Dec 2010 20:43:56 +0000 (21:43 +0100)
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>
qmp-commands.hx

index 3486223517946b1c499c0a43f4cebea9a8a3329d..164ecbcac048130ce28f0cb52371ff990a967cbe 100644 (file)
@@ -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: