]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
monitor: clarify "info accel" help message
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 13 Oct 2025 10:59:28 +0000 (12:59 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 14 Oct 2025 09:03:59 +0000 (11:03 +0200)
In preparation for adding "info accelerators", explain that this command
is about runtime statistics.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hmp-commands-info.hx

index eaaa880c1b303d14aa4fd64106786bbff9012125..c2aa40056bb951541f6fe7b0f311104cc97e5569 100644 (file)
@@ -271,12 +271,12 @@ ERST
         .name       = "accel",
         .args_type  = "",
         .params     = "",
-        .help       = "show accelerator info",
+        .help       = "show accelerator statistics",
     },
 
 SRST
   ``info accel``
-    Show accelerator info.
+    Show accelerator statistics.
 ERST
 
 SRST