From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55033 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVHXf-0003ow-33 for qemu-devel@nongnu.org; Sun, 04 Jul 2010 01:15:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVHXd-0000jp-RT for qemu-devel@nongnu.org; Sun, 04 Jul 2010 01:14:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3866) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVHXd-0000jb-CG for qemu-devel@nongnu.org; Sun, 04 Jul 2010 01:14:57 -0400 Message-ID: <4C3018C8.4090900@redhat.com> Date: Sun, 04 Jul 2010 08:14:48 +0300 From: Avi Kivity MIME-Version: 1.0 References: <1278106023-9966-1-git-send-email-miguel.filho@gmail.com> <1278106023-9966-2-git-send-email-miguel.filho@gmail.com> In-Reply-To: <1278106023-9966-2-git-send-email-miguel.filho@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/2] QMP: Introduce the documentation for query-qdm List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Miguel Di Ciurcio Filho Cc: armbru@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com On 07/03/2010 12:27 AM, Miguel Di Ciurcio Filho wrote: > --- > qemu-monitor.hx | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 68 insertions(+), 0 deletions(-) > > diff --git a/qemu-monitor.hx b/qemu-monitor.hx > index 9f62b94..5348899 100644 > --- a/qemu-monitor.hx > +++ b/qemu-monitor.hx > @@ -2490,6 +2490,74 @@ STEXI > show device tree > @item info qdm > show qdev device model list > +ETEXI > +SQMP > +query-qdm > +--------- > + > +Describe the capabilities of all devices registered with qdev. > Why the name qdm? 'query-available-devices' instead? Otherwise looks pretty nice. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.