On 7/8/2025 3:14 AM, Philippe Mathieu-Daudé wrote:
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>

Hi Philippe, thank you for reviewing this.

Markus has requested that I drop qom-tree-get, and only provide qom-list-getv,
to simplify things.  Do you prefer that we keep qom-tree-get?

- Steve


Reply via email to