qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/2] qdev/core: add monitor command to list all


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 2/2] qdev/core: add monitor command to list all drivers
Date: Mon, 03 Aug 2009 12:05:56 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2

On 08/02/09 16:10, Avi Kivity wrote:
On 07/29/2009 02:12 PM, Gerd Hoffmann wrote:

diff --git a/monitor.c b/monitor.c
index 99c174c..9093254 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1882,6 +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" },
{ NULL, NULL, },
};

Drivers are guest things. You're listing device models, not drivers.

Strictly speaking you are correct. But qemu is quite sloppy here and calls the device models drivers (almost?) everythere, so I'd tend to stick with it for consistency ...

cheers,
  Gerd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]