]> Git Repo - qemu.git/blobdiff - monitor.c
Merge remote-tracking branch 'luiz/queue/qmp' into staging
[qemu.git] / monitor.c
index 9d279b81cf73f0c9deacf7177cd60c9300950ea4..017411fcb03a68eb6a02d0749a3f783761a8513e 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -2472,9 +2472,10 @@ static mon_cmd_t info_cmds[] = {
     },
     {
         .name       = "block",
-        .args_type  = "",
-        .params     = "",
-        .help       = "show the block devices",
+        .args_type  = "verbose:-v,device:B?",
+        .params     = "[-v] [device]",
+        .help       = "show info of one block device or all block devices "
+                      "(and details of images with -v option)",
         .mhandler.cmd = hmp_info_block,
     },
     {
This page took 0.023673 seconds and 4 git commands to generate.