[Qemu-devel] [PATCH v2] QMP: Introduce the documentation for query-qdm

2010-07-09 Thread Miguel Di Ciurcio Filho
Changelog from v1 - - renamed "props" to "properties" - updated the examples - reworded the explanations of "name" and "description" - split "type" into a json-object, adding "qmp" and "qdev" - list all possible values for "bus" - list all possible values for "qdev" on "type" - list

Re: [Qemu-devel] [PATCH v2] QMP: Introduce the documentation for query-qdm

2010-07-13 Thread Markus Armbruster
[cc: kraxel] I didn't get around to review v1. Sorry. Miguel Di Ciurcio Filho writes: > Changelog from v1 > - > - renamed "props" to "properties" > - updated the examples > - reworded the explanations of "name" and "description" > - split "type" into a json-object, adding "qmp"

Re: [Qemu-devel] [PATCH v2] QMP: Introduce the documentation for query-qdm

2010-07-13 Thread Miguel Di Ciurcio Filho
On Tue, Jul 13, 2010 at 8:49 AM, Markus Armbruster wrote: >> +- "bus": the name of the bus type for the device (json-string) >> +    - Possible values: PCI, SCSI, I2C, ISA, SSI, USB, virtio-serial-bus, >> System > > Missing: IDE (hw/ide/qdev.c) and s390-virtio (hw/s390-virtio-bus.c). Ack. > >>

Re: [Qemu-devel] [PATCH v2] QMP: Introduce the documentation for query-qdm

2010-07-13 Thread Luiz Capitulino
On Tue, 13 Jul 2010 13:49:46 +0200 Markus Armbruster wrote: > [cc: kraxel] > > I didn't get around to review v1. Sorry. > > Miguel Di Ciurcio Filho writes: > > > Changelog from v1 > > - > > - renamed "props" to "properties" > > - updated the examples > > - reworded the explan

Re: [Qemu-devel] [PATCH v2] QMP: Introduce the documentation for query-qdm

2010-07-13 Thread Luiz Capitulino
On Tue, 13 Jul 2010 10:30:24 -0300 Miguel Di Ciurcio Filho wrote: [...] > On Tue, Jul 13, 2010 at 8:49 AM, Markus Armbruster wrote: > >> +- "properties": a list where each element is an json-object that > >> describes a > >> +  property of the device. Each json-object contains the following: >

Re: [Qemu-devel] [PATCH v2] QMP: Introduce the documentation for query-qdm

2010-07-13 Thread Markus Armbruster
Luiz Capitulino writes: > On Tue, 13 Jul 2010 13:49:46 +0200 > Markus Armbruster wrote: > >> [cc: kraxel] >> >> I didn't get around to review v1. Sorry. >> >> Miguel Di Ciurcio Filho writes: >> >> > Changelog from v1 >> > - >> > - renamed "props" to "properties" >> > - updat

Re: [Qemu-devel] [PATCH v2] QMP: Introduce the documentation for query-qdm

2010-07-14 Thread Luiz Capitulino
On Tue, 13 Jul 2010 18:20:20 +0200 Markus Armbruster wrote: > Luiz Capitulino writes: > > > On Tue, 13 Jul 2010 13:49:46 +0200 > > Markus Armbruster wrote: > > > >> [cc: kraxel] > >> > >> I didn't get around to review v1. Sorry. > >> > >> Miguel Di Ciurcio Filho writes: > >> > >> > Change

Re: [Qemu-devel] [PATCH v2] QMP: Introduce the documentation for query-qdm

2010-07-15 Thread Markus Armbruster
Luiz Capitulino writes: > On Tue, 13 Jul 2010 18:20:20 +0200 > Markus Armbruster wrote: > >> Luiz Capitulino writes: >> >> > On Tue, 13 Jul 2010 13:49:46 +0200 >> > Markus Armbruster wrote: >> > >> >> [cc: kraxel] >> >> >> >> I didn't get around to review v1. Sorry. >> >> >> >> Miguel Di C