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

2010-06-26 Thread Markus Armbruster
Daniel P. Berrange berra...@redhat.com writes: On Mon, Jun 07, 2010 at 10:14:00AM -0500, Anthony Liguori wrote: On 06/07/2010 09:42 AM, Daniel P. Berrange wrote: Adds a command to QMP called 'query-devices' to allow for discovery of all devices known to the QEMU binary. THis is inteded to

[Qemu-devel] [PATCH 11/19] Add a query-devices command to QMP

2010-06-07 Thread Daniel P. Berrange
Adds a command to QMP called 'query-devices' to allow for discovery of all devices known to the QEMU binary. THis is inteded to replace use of the '-device ?' and '-device devtype,?' command line args The data format is designed to allow easy extension to support more data: [ {

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

2010-06-07 Thread Anthony Liguori
On 06/07/2010 09:42 AM, Daniel P. Berrange wrote: Adds a command to QMP called 'query-devices' to allow for discovery of all devices known to the QEMU binary. THis is inteded to replace use of the '-device ?' and '-device devtype,?' command line args The data format is designed to allow easy

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

2010-06-07 Thread Daniel P. Berrange
On Mon, Jun 07, 2010 at 10:14:00AM -0500, Anthony Liguori wrote: On 06/07/2010 09:42 AM, Daniel P. Berrange wrote: Adds a command to QMP called 'query-devices' to allow for discovery of all devices known to the QEMU binary. THis is inteded to replace use of the '-device ?' and '-device