diff options
author | Markus Armbruster <armbru@redhat.com> | 2010-03-26 09:07:08 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-04-18 23:55:19 +0200 |
commit | ee9545dad4004b92a93554a92cbb3e1b0e1c949d (patch) | |
tree | c0eb3a6c8994bd9967b3bd4b3d51d2cec1b335b2 /qemu-monitor.hx | |
parent | ae82d3242d9db904f8ab81a5c7d796ae2eb46f04 (diff) |
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.hx | 2 |
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, |