]> Git Repo - qemu.git/blobdiff - qmp-commands.hx
pci: Unregister BARs before device exit
[qemu.git] / qmp-commands.hx
index f97233223d09336e6040239c80a6914c731df28a..db980fa811325aeca8ad43472ba468702d4a25a2 100644 (file)
@@ -688,13 +688,13 @@ EQMP
 
     {
         .name       = "block-stream",
-        .args_type  = "device:B,base:s?",
+        .args_type  = "device:B,base:s?,speed:o?",
         .mhandler.cmd_new = qmp_marshal_input_block_stream,
     },
 
     {
         .name       = "block-job-set-speed",
-        .args_type  = "device:B,value:o",
+        .args_type  = "device:B,speed:o",
         .mhandler.cmd_new = qmp_marshal_input_block_job_set_speed,
     },
 
@@ -759,7 +759,7 @@ EQMP
 
     {
         .name       = "blockdev-snapshot-sync",
-        .args_type  = "device:B,snapshot-file:s,format:s?",
+        .args_type  = "device:B,snapshot-file:s,format:s?,mode:s?",
         .mhandler.cmd_new = qmp_marshal_input_blockdev_snapshot_sync,
     },
 
This page took 0.025111 seconds and 4 git commands to generate.