mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hmp: Add option to info qtree to omit details
The output of info qtree monitor command is very long. Add an option to print a brief overview omitting all the details. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Dr. David Alan Gilbert <dave@treblig.org> Message-ID: <20240307183812.0105D4E6004@zero.eik.bme.hu> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
965bc08310
commit
46e23b2e42
2 changed files with 18 additions and 15 deletions
|
@ -540,9 +540,9 @@ ERST
|
|||
|
||||
{
|
||||
.name = "qtree",
|
||||
.args_type = "",
|
||||
.params = "",
|
||||
.help = "show device tree",
|
||||
.args_type = "brief:-b",
|
||||
.params = "[-b]",
|
||||
.help = "show device tree (-b: brief, omit properties)",
|
||||
.cmd = hmp_info_qtree,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue