diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-07-29 13:12:24 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-30 09:50:37 -0500 |
commit | 9316d30fbb429fdb34c60a8ffc164db8b95edf31 (patch) | |
tree | 8cdbcad6589bc878457b8a98800262b0f6ea8ec1 /hw/qdev.h | |
parent | 1b524b044160ca1c508c4f3ac9ae5b93600851fd (diff) |
qdev/core: add monitor command to list all drivers
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/qdev.h')
-rw-r--r-- | hw/qdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -143,6 +143,7 @@ BusState *qbus_create(BusInfo *info, DeviceState *parent, const char *name); /*** monitor commands ***/ void do_info_qtree(Monitor *mon); +void do_info_qdrv(Monitor *mon); /*** qdev-properties.c ***/ |