X-Git-Url: https://repo.jachan.dev/qemu.git/blobdiff_plain/2d47c6e9aa2475807913bd46dfca55980cca9fb4..370521a1d6f5537ea7271c119f3fbb7b0fa57063:/hmp-commands.hx diff --git a/hmp-commands.hx b/hmp-commands.hx index 813705ee35..573b823347 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -95,6 +95,20 @@ STEXI @item block_job_set_stream @findex block_job_set_stream Set maximum speed for a background block operation. +ETEXI + + { + .name = "block_job_cancel", + .args_type = "device:B", + .params = "device", + .help = "stop an active block streaming operation", + .mhandler.cmd = hmp_block_job_cancel, + }, + +STEXI +@item block_job_cancel +@findex block_job_cancel +Stop an active block streaming operation. ETEXI {