]> 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 e90f20a107f679787cc045ecd8f4597bdb0c25a5..3ffa24bd6720c864d59ae13c974b29b15563330d 100644 (file)
@@ -879,3 +879,32 @@ SRST
   ``info sgx``
     Show intel SGX information.
 ERST
+
+#if defined(CONFIG_MOS6522)
+    {
+        .name         = "via",
+        .args_type    = "",
+        .params       = "",
+        .help         = "show guest mos6522 VIA devices",
+        .cmd          = hmp_info_via,
+    },
+#endif
+
+SRST
+  ``info via``
+    Show guest mos6522 VIA devices.
+ERST
+
+    {
+        .name       = "stats",
+        .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,
+    },
+
+SRST
+  ``stats``
+    Show runtime-collected statistics
+ERST