From: Anthony Liguori <anthony@codemonkey.ws>
To: "Daniel P. Berrange" <berrange@redhat.com>
Cc: armbru@redhat.com, avi@redhat.com,
Miguel Di Ciurcio Filho <miguel.filho@gmail.com>,
qemu-devel@nongnu.org, Luiz Capitulino <lcapitulino@redhat.com>
Subject: [Qemu-devel] Re: [PATCH v3 2/2] monitor: Convert 'info qdm' to QMP
Date: Wed, 21 Jul 2010 13:30:04 -0500 [thread overview]
Message-ID: <4C473CAC.9050001@codemonkey.ws> (raw)
In-Reply-To: <20100721175119.GN21281@redhat.com>
On 07/21/2010 12:51 PM, Daniel P. Berrange wrote:
> On Wed, Jul 21, 2010 at 02:42:28PM -0300, Luiz Capitulino wrote:
>
>> On Mon, 19 Jul 2010 13:51:27 -0300
>> Miguel Di Ciurcio Filho<miguel.filho@gmail.com> wrote:
>>
>>
>>> Converts the 'info qdm' command to QMP, allowing the discovery of all devices
>>> known to the QEMU binary without relying on command line paramaters like
>>> -device ? and -device devtype,?
>>>
>>> This change does not modify the output of the 'info qdm' monitor command.
>>>
>>> Signed-off-by: Miguel Di Ciurcio Filho<miguel.filho@gmail.com>
>>> diff --git a/monitor.c b/monitor.c
>>> index 45fd482..66810f2 100644
>>> --- a/monitor.c
>>> +++ b/monitor.c
>>> @@ -2565,7 +2565,8 @@ static const mon_cmd_t info_cmds[] = {
>>> .args_type = "",
>>> .params = "",
>>> .help = "show qdev device model list",
>>> - .mhandler.info = do_info_qdm,
>>> + .user_print = do_info_qdm_print,
>>> + .mhandler.info_new = do_info_qdm,
>>>
>> Haven't we agreed on calling this query-available-devices or something
>> like that?
>>
> That's getting rather verbose for a name ! How about just
> 'query-dev-types' (anticipating future query-netdev-types,
> query-chardev-types, commands etc, too)
>
I know we're still trying to recover from the great bit shortage of '09
but I think we can afford to spare some here to make the names readable :-)
Good names are part of good documentation. If it's not entirely obvious
what the function does from it's name, it's probably a bad name (in the
context of a wire protocol).
Regards,
Anthony Liguori
>
> Daniel
>
prev parent reply other threads:[~2010-07-21 18:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-19 16:51 [Qemu-devel] [PATCH v3 0/2] QMP: Introduce query-qdm Miguel Di Ciurcio Filho
2010-07-19 16:51 ` [Qemu-devel] [PATCH v3 1/2] QMP: Introduce the documentation for query-qdm Miguel Di Ciurcio Filho
2010-07-19 16:51 ` [Qemu-devel] [PATCH v3 2/2] monitor: Convert 'info qdm' to QMP Miguel Di Ciurcio Filho
2010-07-21 17:42 ` [Qemu-devel] " Luiz Capitulino
2010-07-21 17:51 ` Daniel P. Berrange
2010-07-21 18:20 ` Luiz Capitulino
2010-07-21 18:30 ` Anthony Liguori [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C473CAC.9050001@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=armbru@redhat.com \
--cc=avi@redhat.com \
--cc=berrange@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=miguel.filho@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.