diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2014-05-20 14:29:01 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-07-07 11:10:05 +0200 |
commit | f4eb32b590bf58c1c67570775eb78beb09964fad (patch) | |
tree | ee7bc6587f75b4804722704fd0215743bf711d0f /hw/ide | |
parent | dd67c1d7e75151e2c058ccdd2162643074357442 (diff) | |
download | qemu-f4eb32b590bf58c1c67570775eb78beb09964fad.zip qemu-f4eb32b590bf58c1c67570775eb78beb09964fad.tar.gz qemu-f4eb32b590bf58c1c67570775eb78beb09964fad.tar.bz2 |
qmp: show QOM properties in device-list-properties
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" properties).
When a qdev property exists, use the qdev type name to preserve
backwards compatibility. QOM type names can be different for bool (qdev
on/off) and str (used by qdev pointers).
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/ide')
0 files changed, 0 insertions, 0 deletions