提交 f6c64e0e 编写于 作者: G Gerd Hoffmann 提交者: Anthony Liguori

rename "info qdrv" to "info qdm"

As requested by avi: driver != device model.
Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
Message-Id: 
上级 22f2e344
......@@ -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];
......
......@@ -148,7 +148,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 ***/
......@@ -197,6 +197,8 @@ extern PropertyInfo qdev_prop_pci_devfn;
DEFINE_PROP(_n, _s, _f, qdev_prop_ptr, void*)
#define DEFINE_PROP_CHR(_n, _s, _f) \
DEFINE_PROP(_n, _s, _f, qdev_prop_chr, CharDriverState*)
#define DEFINE_PROP_DRIVE(_n, _s, _f) \
DEFINE_PROP(_n, _s, _f, qdev_prop_chr, DriveInfo*)
#define DEFINE_PROP_MACADDR(_n, _s, _f) \
DEFINE_PROP(_n, _s, _f, qdev_prop_macaddr, uint8_t[6])
......
......@@ -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, },
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册