Allow viewing of a part of the large qdev tree. The optional argument is first looked for as a bus id, if that fails a device id is found and it's parent bus is the root for printing.
Adds sub_args_type callback for each monitor mon_cmd_t to fascilitate the existing info_cmds args_type and params strings, so monitor_parse_command will check the arguments for the do_info sub command do_info_qtree. Alon Levy (2): monitor: add sub_args_type for second level parameters monitor info qtree: add optional bus id hmp-commands.hx | 1 + hw/qdev.c | 17 ++++++++++++++--- hw/qdev.h | 2 +- monitor.c | 47 +++++++++++++++++++++++++++++++++++++++++------ 4 files changed, 57 insertions(+), 10 deletions(-) -- 1.7.3.1