diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2009-08-03 15:03:09 +0200 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:11:27 -0500 |
| commit | f6c64e0eea46f4083afd6f7c281cb24a3c1e2021 (patch) | |
| tree | 3706f809ed5100975f4d4d64961540e5d4823e91 /hw/qdev.c | |
| parent | 22f2e344748370b2e13888ba1057ebea2579970c (diff) | |
| download | focaccia-qemu-f6c64e0eea46f4083afd6f7c281cb24a3c1e2021.tar.gz focaccia-qemu-f6c64e0eea46f4083afd6f7c281cb24a3c1e2021.zip | |
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.c | 2 |
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]; |