[Qemu-devel] Re: [PATCH 1/2] QMP: Introduce the documentation for query-qdm

2010-07-07 Thread Luiz Capitulino
On Mon, 5 Jul 2010 16:34:22 -0300 Miguel Di Ciurcio Filho miguel.fi...@gmail.com wrote: Possible values for type are defined in the patch on the qdev_property_type_to_string() function. To spot them in the current code, hw/qdev.c:77: enum PropertyType { PROP_TYPE_UNSPEC = 0,

[Qemu-devel] Re: [PATCH 1/2] QMP: Introduce the documentation for query-qdm

2010-07-05 Thread Miguel Di Ciurcio Filho
On Sun, Jul 4, 2010 at 2:14 AM, Avi Kivity a...@redhat.com wrote:  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'

[Qemu-devel] Re: [PATCH 1/2] QMP: Introduce the documentation for query-qdm

2010-07-05 Thread Luiz Capitulino
On Fri, 2 Jul 2010 18:27:02 -0300 Miguel Di Ciurcio Filho miguel.fi...@gmail.com wrote: --- qemu-monitor.hx | 68 +++ 1 files changed, 68 insertions(+), 0 deletions(-) diff --git a/qemu-monitor.hx b/qemu-monitor.hx index

[Qemu-devel] Re: [PATCH 1/2] QMP: Introduce the documentation for query-qdm

2010-07-05 Thread Miguel Di Ciurcio Filho
On Mon, Jul 5, 2010 at 12:22 PM, Luiz Capitulino lcapitul...@redhat.com wrote: + +Describe the capabilities of all devices registered with qdev. + +The returned output is a list, each element is a json-object describing a single +device type. s/The returned output is a list/The returned