Re: [Qemu-devel] [PATCH] qmp: show QOM properties in device-list-properties

2014-07-07 Thread Christian Borntraeger
On 07/07/14 09:29, Markus Armbruster wrote: > Paolo Bonzini writes: > >> Il 06/07/2014 21:03, Cole Robinson ha scritto: >>> On 07/05/2014 05:14 AM, Paolo Bonzini wrote: Il 20/05/2014 14:29, Stefan Hajnoczi ha scritto: > Devices can use a mix of qdev and QOM properties. Currently only th

Re: [Qemu-devel] [PATCH] qmp: show QOM properties in device-list-properties

2014-07-07 Thread Stefan Hajnoczi
On Sat, Jul 5, 2014 at 11:14 AM, Paolo Bonzini wrote: > Il 20/05/2014 14:29, Stefan Hajnoczi ha scritto: > Stefan, was this never applied? Just discovered this too. We need it for 2.1. As Markus says, the -device FOO,? regression fix is still necessary. Stefan

Re: [Qemu-devel] [PATCH] qmp: show QOM properties in device-list-properties

2014-07-07 Thread Markus Armbruster
Paolo Bonzini writes: > Il 06/07/2014 21:03, Cole Robinson ha scritto: >> On 07/05/2014 05:14 AM, Paolo Bonzini wrote: >>> Il 20/05/2014 14:29, Stefan Hajnoczi ha scritto: Devices can use a mix of qdev and QOM properties. Currently only the qdev properties are displayed by device-list-

Re: [Qemu-devel] [PATCH] qmp: show QOM properties in device-list-properties

2014-07-06 Thread Paolo Bonzini
Il 06/07/2014 21:03, Cole Robinson ha scritto: On 07/05/2014 05:14 AM, Paolo Bonzini wrote: Il 20/05/2014 14:29, Stefan Hajnoczi ha scritto: Devices can use a mix of qdev and QOM properties. Currently only the qdev properties are displayed by device-list-properties. This patch extends the pro

Re: [Qemu-devel] [PATCH] qmp: show QOM properties in device-list-properties

2014-07-06 Thread Cole Robinson
On 07/05/2014 05:14 AM, Paolo Bonzini wrote: > Il 20/05/2014 14:29, Stefan Hajnoczi ha scritto: >> Devices can use a mix of qdev and QOM properties. Currently only the >> qdev properties are displayed by device-list-properties. >> >> This patch extends the property enumeration algorithm to also di

Re: [Qemu-devel] [PATCH] qmp: show QOM properties in device-list-properties

2014-07-05 Thread Paolo Bonzini
Il 20/05/2014 14:29, Stefan Hajnoczi ha scritto: Devices can use a mix of qdev and QOM properties. Currently only the qdev properties are displayed by device-list-properties. This patch extends the property enumeration algorithm to also display QOM properties (excluding the implicit "type", "re

[Qemu-devel] [PATCH] qmp: show QOM properties in device-list-properties

2014-05-20 Thread Stefan Hajnoczi
Devices can use a mix of qdev and QOM properties. Currently only the qdev properties are displayed by device-list-properties. This patch extends the property enumeration algorithm to also display QOM properties (excluding the implicit "type", "realized", "hotpluggable", and "parent_bus" propertie