On Wed, Jul 07, 2010 at 10:07:09AM -0300, Luiz Capitulino wrote:
> On Mon, 5 Jul 2010 16:34:22 -0300
> Miguel Di Ciurcio Filho 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:
>
On Mon, 5 Jul 2010 16:34:22 -0300
Miguel Di Ciurcio Filho 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,
> PROP_TYPE_UINT8,
>
On Mon, Jul 5, 2010 at 12:22 PM, Luiz Capitulino 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 value is a
On Fri, 2 Jul 2010 18:27:02 -0300
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
> -
On Sun, Jul 4, 2010 at 2:14 AM, Avi Kivity 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'
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