[Qemu-devel] [PATCH qemu v3 0/2] qmp: Add qom-list-properties to list QOM object properties

Alexey Kardashevskiy posted 2 patches 7 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180301130939.15875-1-aik@ozlabs.ru
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
There is a newer version of this series
qapi-schema.json     | 38 +++++++++++++++--------------
include/qom/object.h | 16 ++++++++++++
qdev-monitor.c       |  6 ++---
qmp.c                | 69 ++++++++++++++++++++++++++++++++++++++++++++--------
qom/object.c         |  7 ++++++
5 files changed, 105 insertions(+), 31 deletions(-)
[Qemu-devel] [PATCH qemu v3 0/2] qmp: Add qom-list-properties to list QOM object properties
Posted by Alexey Kardashevskiy 7 years, 7 months ago
This adds a new QMP command to list any class/object properties,
not just devices.

Now comes in 2 patches.

Please comment. Thanks.



Alexey Kardashevskiy (2):
  qmp: Merge ObjectPropertyInfo and DevicePropertyInfo
  qmp: Add qom-list-properties to list QOM object properties

 qapi-schema.json     | 38 +++++++++++++++--------------
 include/qom/object.h | 16 ++++++++++++
 qdev-monitor.c       |  6 ++---
 qmp.c                | 69 ++++++++++++++++++++++++++++++++++++++++++++--------
 qom/object.c         |  7 ++++++
 5 files changed, 105 insertions(+), 31 deletions(-)

-- 
2.11.0