]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp-commands-info.hx
coroutine: support SafeStack in ucontext backend
[mirror_qemu.git] / hmp-commands-info.hx
index ca5198438deccd2b9e9e8350fe913435c0ba34e0..30209e3903259f087c3997f4a3f59e75bf4f24aa 100644 (file)
@@ -254,11 +254,12 @@ ERST
 
     {
         .name       = "mtree",
-        .args_type  = "flatview:-f,dispatch_tree:-d,owner:-o",
-        .params     = "[-f][-d][-o]",
+        .args_type  = "flatview:-f,dispatch_tree:-d,owner:-o,disabled:-D",
+        .params     = "[-f][-d][-o][-D]",
         .help       = "show memory tree (-f: dump flat view for address spaces;"
                       "-d: dump dispatch tree, valid with -f only);"
-                      "-o: dump region owners/parents",
+                      "-o: dump region owners/parents;"
+                      "-D: dump disabled regions",
         .cmd        = hmp_info_mtree,
     },