mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
block: change block-job-set-speed argument from 'value' to 'speed'
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Acked-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
9e6636c72d
commit
882ec7ce53
7 changed files with 16 additions and 16 deletions
|
|
@ -85,8 +85,8 @@ ETEXI
|
|||
|
||||
{
|
||||
.name = "block_job_set_speed",
|
||||
.args_type = "device:B,value:o",
|
||||
.params = "device value",
|
||||
.args_type = "device:B,speed:o",
|
||||
.params = "device speed",
|
||||
.help = "set maximum speed for a background block operation",
|
||||
.mhandler.cmd = hmp_block_job_set_speed,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue