summaryrefslogtreecommitdiff
path: root/qemu-monitor.hx
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2010-03-26 09:07:08 +0100
committerAurelien Jarno <aurelien@aurel32.net>2010-04-18 23:55:19 +0200
commitee9545dad4004b92a93554a92cbb3e1b0e1c949d (patch)
treec0eb3a6c8994bd9967b3bd4b3d51d2cec1b335b2 /qemu-monitor.hx
parentae82d3242d9db904f8ab81a5c7d796ae2eb46f04 (diff)
downloadqemu-ee9545dad4004b92a93554a92cbb3e1b0e1c949d.tar.gz
monitor: Rename argument type 'b' to 'f'
To make 'b' available for boolean argument. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r--qemu-monitor.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index 31087bdd35..8c9a41cede 100644
--- a/qemu-monitor.hx
+++ b/qemu-monitor.hx
@@ -804,7 +804,7 @@ ETEXI
{
.name = "migrate_set_speed",
- .args_type = "value:b",
+ .args_type = "value:f",
.params = "value",
.help = "set maximum speed (in bytes) for migrations",
.user_print = monitor_user_noop,