aboutsummaryrefslogtreecommitdiff
path: root/hw/qdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/qdev.c')
-rw-r--r--hw/qdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/qdev.c b/hw/qdev.c
index ed51ee998b..c1a7779001 100644
--- a/hw/qdev.c
+++ b/hw/qdev.c
@@ -597,7 +597,7 @@ void do_info_qtree(Monitor *mon)
qbus_print(mon, main_system_bus, 0);
}
-void do_info_qdrv(Monitor *mon)
+void do_info_qdm(Monitor *mon)
{
DeviceInfo *info;
char msg[256];