]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp-commands-info.hx
block/copy-before-write: implement cbw-timeout option
[mirror_qemu.git] / hmp-commands-info.hx
index a67040443bab00118766bd4d1dbeacd1a5d8400f..3ffa24bd6720c864d59ae13c974b29b15563330d 100644 (file)
@@ -897,10 +897,10 @@ ERST
 
     {
         .name       = "stats",
-        .args_type  = "target:s,provider:s?",
-        .params     = "target [provider]",
-        .help       = "show statistics for the given target (vm or vcpu); optionally filter by "
-                      "provider",
+        .args_type  = "target:s,names:s?,provider:s?",
+        .params     = "target [names] [provider]",
+        .help       = "show statistics for the given target (vm or vcpu); optionally filter by"
+                      "name (comma-separated list, or * for all) and provider",
         .cmd        = hmp_info_stats,
     },