]> Git Repo - qemu.git/blobdiff - hmp-commands-info.hx
ppc/xics: simplify prototype of xics_spapr_init()
[qemu.git] / hmp-commands-info.hx
index b0f35e68291083b6af2c1e936cead5bdf3665264..ae169011b13b34b281b7e28846d3f9d0e8b91cfc 100644 (file)
@@ -785,6 +785,20 @@ STEXI
 @item info dump
 @findex dump
 Display the latest dump status.
+ETEXI
+
+    {
+        .name       = "ramblock",
+        .args_type  = "",
+        .params     = "",
+        .help       = "Display system ramblock information",
+        .cmd        = hmp_info_ramblock,
+    },
+
+STEXI
+@item info ramblock
+@findex ramblock
+Dump all the ramblocks of the system.
 ETEXI
 
     {
@@ -801,6 +815,20 @@ STEXI
 Show information about hotpluggable CPUs
 ETEXI
 
+STEXI
+@item info vm-generation-id
+@findex vm-generation-id
+Show Virtual Machine Generation ID
+ETEXI
+
+    {
+        .name       = "vm-generation-id",
+        .args_type  = "",
+        .params     = "",
+        .help       = "Show Virtual Machine Generation ID",
+        .cmd = hmp_info_vm_generation_id,
+    },
+
 STEXI
 @end table
 ETEXI
This page took 0.022058 seconds and 4 git commands to generate.