]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hmp-commands.hx
target/arm: Honor the HCR_EL2.TPU bit
[thirdparty/qemu.git] / hmp-commands.hx
index cfcc044ce4bf5fa0acb43f3ebd6372bd839fe955..dc23185de439050982ada379d5e92a45b2c396da 100644 (file)
@@ -1875,9 +1875,11 @@ ETEXI
 
     {
         .name       = "qemu-io",
-        .args_type  = "device:B,command:s",
-        .params     = "[device] \"[command]\"",
-        .help       = "run a qemu-io command on a block device",
+        .args_type  = "qdev:-d,device:B,command:s",
+        .params     = "[-d] [device] \"[command]\"",
+        .help       = "run a qemu-io command on a block device\n\t\t\t"
+                      "-d: [device] is a device ID rather than a "
+                      "drive ID or node name",
         .cmd        = hmp_qemu_io,
     },