Re: [PATCH V2 1/5] qom: qom-tree-get

2025-07-08 Thread Markus Armbruster
Steven Sistare writes: > On 7/4/2025 8:22 AM, Markus Armbruster wrote: >> Steve Sistare writes: >> >>> 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 nod

Re: [PATCH V2 1/5] qom: qom-tree-get

2025-07-08 Thread Philippe Mathieu-Daudé
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: Ste

Re: [PATCH V2 1/5] qom: qom-tree-get

2025-07-08 Thread Steven Sistare
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

Re: [PATCH V2 1/5] qom: qom-tree-get

2025-07-08 Thread Markus Armbruster
Markus Armbruster writes: > Steven Sistare writes: > >> On 7/4/2025 8:22 AM, Markus Armbruster wrote: >>> Steve Sistare writes: >>> 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 usin

Re: [PATCH V2 1/5] qom: qom-tree-get

2025-07-08 Thread Philippe Mathieu-Daudé
On 8/7/25 13:50, Steven Sistare wrote: 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

Re: [PATCH V2 1/5] qom: qom-tree-get

2025-07-07 Thread Steven Sistare
On 7/4/2025 8:22 AM, Markus Armbruster wrote: Steve Sistare writes: 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

Re: [PATCH V2 1/5] qom: qom-tree-get

2025-07-04 Thread Markus Armbruster
Steve Sistare writes: > 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 Sis

[PATCH V2 1/5] qom: qom-tree-get

2025-05-12 Thread Steve Sistare
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 --- qapi/qom.json | 56