mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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>
This commit is contained in:
parent
ae82d3242d
commit
ee9545dad4
2 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue