All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] rename "info qdrv" to "info qdm"
@ 2009-08-03 13:03 Gerd Hoffmann
  0 siblings, 0 replies; only message in thread
From: Gerd Hoffmann @ 2009-08-03 13:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

As requested by avi: driver != device model.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 hw/qdev.c |    2 +-
 hw/qdev.h |    2 +-
 monitor.c |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/hw/qdev.c b/hw/qdev.c
index fc95115..ee92db9 100644
--- a/hw/qdev.c
+++ b/hw/qdev.c
@@ -599,7 +599,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];
diff --git a/hw/qdev.h b/hw/qdev.h
index b342afb..3e91a18 100644
--- a/hw/qdev.h
+++ b/hw/qdev.h
@@ -143,7 +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);
+void do_info_qdm(Monitor *mon);
 
 /*** qdev-properties.c ***/
 
diff --git a/monitor.c b/monitor.c
index aac8878..17fc48e 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1882,8 +1882,8 @@ static const mon_cmd_t info_cmds[] = {
       "", "show balloon information" },
     { "qtree", "", do_info_qtree,
       "", "show device tree" },
-    { "qdrv", "", do_info_qdrv,
-      "", "show qdev driver list" },
+    { "qdm", "", do_info_qdm,
+      "", "show qdev device model list" },
     { NULL, NULL, },
 };
 
-- 
1.6.2.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-03 13:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-03 13:03 [Qemu-devel] [PATCH] rename "info qdrv" to "info qdm" Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.