Re: [Qemu-devel] [PATCH 10/19] Add a query-machines command to QMP

2010-06-09 Thread Luiz Capitulino
On Mon, 07 Jun 2010 12:07:56 -0500 Anthony Liguori wrote: > On 06/07/2010 11:44 AM, Daniel P. Berrange wrote: > > On Mon, Jun 07, 2010 at 10:13:27AM -0500, Anthony Liguori wrote: > > > >> On 06/07/2010 09:42 AM, Daniel P. Berrange wrote: > >> > >>> Add a new QMP monitor command 'query-m

Re: [Qemu-devel] [PATCH 10/19] Add a query-machines command to QMP

2010-06-07 Thread Daniel P. Berrange
On Mon, Jun 07, 2010 at 12:07:56PM -0500, Anthony Liguori wrote: > On 06/07/2010 11:44 AM, Daniel P. Berrange wrote: > >On Mon, Jun 07, 2010 at 10:13:27AM -0500, Anthony Liguori wrote: > > > >>On 06/07/2010 09:42 AM, Daniel P. Berrange wrote: > >> > >>>Add a new QMP monitor command 'query-m

Re: [Qemu-devel] [PATCH 10/19] Add a query-machines command to QMP

2010-06-07 Thread Anthony Liguori
On 06/07/2010 11:44 AM, Daniel P. Berrange wrote: On Mon, Jun 07, 2010 at 10:13:27AM -0500, Anthony Liguori wrote: On 06/07/2010 09:42 AM, Daniel P. Berrange wrote: Add a new QMP monitor command 'query-machines' to discover what machines are defined in the QEMU binary. This is an easi

Re: [Qemu-devel] [PATCH 10/19] Add a query-machines command to QMP

2010-06-07 Thread Daniel P. Berrange
On Mon, Jun 07, 2010 at 10:13:27AM -0500, Anthony Liguori wrote: > On 06/07/2010 09:42 AM, Daniel P. Berrange wrote: > >Add a new QMP monitor command 'query-machines' to discover what > >machines are defined in the QEMU binary. This is an easily > >parsable replacement for 'qemu -M ?' > > > > [

Re: [Qemu-devel] [PATCH 10/19] Add a query-machines command to QMP

2010-06-07 Thread Anthony Liguori
On 06/07/2010 09:42 AM, Daniel P. Berrange wrote: Add a new QMP monitor command 'query-machines' to discover what machines are defined in the QEMU binary. This is an easily parsable replacement for 'qemu -M ?' [ { "name": "pc-0.13", "description": "Standar

[Qemu-devel] [PATCH 10/19] Add a query-machines command to QMP

2010-06-07 Thread Daniel P. Berrange
Add a new QMP monitor command 'query-machines' to discover what machines are defined in the QEMU binary. This is an easily parsable replacement for 'qemu -M ?' [ { "name": "pc-0.13", "description": "Standard PC", "default": 0 }, {