mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
qdev: add monitor command to dump the tree.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
1431b6a17e
commit
cae4956e5e
4 changed files with 93 additions and 0 deletions
|
@ -117,4 +117,9 @@ BusState *qbus_create(BusType type, size_t size,
|
|||
|
||||
#define FROM_QBUS(type, dev) DO_UPCAST(type, qbus, dev)
|
||||
|
||||
/*** monitor commands ***/
|
||||
|
||||
void do_info_qtree(Monitor *mon);
|
||||
void sysbus_dev_print(Monitor *mon, DeviceState *dev, int indent);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue