]> git.proxmox.com Git - mirror_qemu.git/commit
qom: Implement info qom-tree HMP command
authorAndreas Färber <afaerber@suse.de>
Wed, 7 May 2014 15:03:18 +0000 (17:03 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 17 Mar 2015 13:31:21 +0000 (14:31 +0100)
commita01ff75fcdb4d91809ccdd2b95efda6ee1239cbb
tree0da5156b132cbb00035b75cd937c03448b6ce802
parentc0e6ee9e6f49d4a3183b05f457cc2704a966fce5
qom: Implement info qom-tree HMP command

To complement qdev's bus-oriented info qtree, info qom-tree
prints a hierarchical view of the QOM composition tree.

By default, the machine composition tree is shown. This can be overriden
by supplying a path argument, such as "info qom-tree /".

Tested-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
hmp-commands.hx
include/monitor/qdev.h
monitor.c
qdev-monitor.c