]> Git Repo - qemu.git/blobdiff - hmp-commands-info.hx
migration: fix incorrect enable return path
[qemu.git] / hmp-commands-info.hx
index a53f105c52f32cd79c76a803bc984ed571f7ba25..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
 
     {
This page took 0.019845 seconds and 4 git commands to generate.