]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hmp-commands-info.hx
memory/hmp: Print owners/parents in "info mtree"
[thirdparty/qemu.git] / hmp-commands-info.hx
index 6db3457a786e90b6c04bf2ebbd4545e57dc2656b..59bdd8f71359b727f5b3a388b41be0d06cf4ca9b 100644 (file)
@@ -253,10 +253,11 @@ ETEXI
 
     {
         .name       = "mtree",
-        .args_type  = "flatview:-f,dispatch_tree:-d",
-        .params     = "[-f][-d]",
+        .args_type  = "flatview:-f,dispatch_tree:-d,owner:-o",
+        .params     = "[-f][-d][-o]",
         .help       = "show memory tree (-f: dump flat view for address spaces;"
-                      "-d: dump dispatch tree, valid with -f only)",
+                      "-d: dump dispatch tree, valid with -f only);"
+                      "-o: dump region owners/parents",
         .cmd        = hmp_info_mtree,
     },