On 12/5/25 15:47, Steve Sistare wrote:
Define the qom-tree-get QAPI command, which fetches an entire tree of
properties and values with a single QAPI call. This is much faster
than using qom-list plus qom-get for every node and property of the
tree. See qom.json for details.
Signed-off-by: Steve Sistare <steven.sist...@oracle.com>
---
qapi/qom.json | 56 ++++++++++++++++++++++++++++++++++++++++++
qom/qom-qmp-cmds.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 128 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>