aboutsummaryrefslogtreecommitdiffstats
path: root/hw/qdev.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-08-03 15:03:09 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:11:27 -0500
commitf6c64e0eea46f4083afd6f7c281cb24a3c1e2021 (patch)
tree3706f809ed5100975f4d4d64961540e5d4823e91 /hw/qdev.c
parent22f2e344748370b2e13888ba1057ebea2579970c (diff)
rename "info qdrv" to "info qdm"
As requested by avi: driver != device model. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
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 ed51ee998..c1a777900 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];