]> Git Repo - qemu.git/blobdiff - qmp-commands.hx
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
[qemu.git] / qmp-commands.hx
index bfae81ff3de9c10e3a23d0a8c8e847cd74cfc7a5..799e655988c6aec8b8e30994d7fe65bdb4732747 100644 (file)
@@ -807,10 +807,7 @@ EQMP
     {
         .name       = "block_set_io_throttle",
         .args_type  = "device:B,bps:l,bps_rd:l,bps_wr:l,iops:l,iops_rd:l,iops_wr:l",
-        .params     = "device bps bps_rd bps_wr iops iops_rd iops_wr",
-        .help       = "change I/O throttle limits for a block drive",
-        .user_print = monitor_user_noop,
-        .mhandler.cmd_new = do_block_set_io_throttle,
+        .mhandler.cmd_new = qmp_marshal_input_block_set_io_throttle,
     },
 
 SQMP
This page took 0.021859 seconds and 4 git commands to generate.