Hullo. This series of patches partially converts info qtree to QMP.
I've gone halfway: one can use query-qtree in QMP. I haven't converted the old monitor function other than to rename it; do_info_qtree_print just ignores the QObject it is passed and prints the qtree the old-fashioned way. hw/isa-bus.c | 19 +++++++++++++ hw/pci.c | 50 +++++++++++++++++++++++++++++++++++ hw/qdev.c | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- hw/qdev.h | 5 +++- hw/sysbus.c | 20 ++++++++++++++ hw/usb-bus.c | 15 ++++++++++ monitor.c | 3 +- 7 files changed, 191 insertions(+), 3 deletions(-)