Re: [PATCH V2 4/5] qom: qom-list-getv

2025-07-07 Thread Markus Armbruster via Devel
Steven Sistare writes: > On 7/4/2025 8:22 AM, Markus Armbruster wrote: >> Steve Sistare writes: >> >>> Define the qom-list-getv command, which fetches all the properties and >>> values for a list of paths. This is faster than qom-tree-get when >>> fetching a subset of the QOM tree. See qom.js

Re: [PATCH V2 4/5] qom: qom-list-getv

2025-07-07 Thread Steven Sistare via Devel
On 7/4/2025 8:22 AM, Markus Armbruster wrote: Steve Sistare writes: Define the qom-list-getv command, which fetches all the properties and values for a list of paths. This is faster than qom-tree-get when fetching a subset of the QOM tree. See qom.json for details. Signed-off-by: Steve Sist

Re: [PATCH V2 4/5] qom: qom-list-getv

2025-07-04 Thread Markus Armbruster via Devel
Steve Sistare writes: > Define the qom-list-getv command, which fetches all the properties and > values for a list of paths. This is faster than qom-tree-get when > fetching a subset of the QOM tree. See qom.json for details. > > Signed-off-by: Steve Sistare > --- > qapi/qom.json | 34 ++