qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Alexey Kardashevskiy
Subject: [Qemu-devel] [PATCH qemu v3 0/2] qmp: Add qom-list-properties to list QOM object properties
Date: Fri, 2 Mar 2018 00:09:37 +1100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]